HomeSort by: relevance | last modified time | path
    Searched refs:ARIAR_PLAY_CHAN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
ariareg.h 73 #define ARIAR_PLAY_CHAN 1
aria.c 610 aria_sendcmd(sc, ARIADSPC_CHAN_VOL, ARIAR_PLAY_CHAN,
613 aria_sendcmd(sc, ARIADSPC_CHAN_PAN, ARIAR_PLAY_CHAN,
617 aria_sendcmd(sc, ARIADSPC_CHAN_VOL, ARIAR_PLAY_CHAN,
619 aria_sendcmd(sc, ARIADSPC_CHAN_PAN, ARIAR_PLAY_CHAN,
650 if (sc->sc_play&(1<<ARIAR_PLAY_CHAN))
651 aria_sendcmd(sc, ARIADSPC_START_PLAY, ARIAR_PLAY_CHAN, -1, -1);
916 if (!(sc->sc_play&(1<<ARIAR_PLAY_CHAN))) {
917 aria_sendcmd(sc, ARIADSPC_START_PLAY, ARIAR_PLAY_CHAN, -1, -1);
918 sc->sc_play |= (1<<ARIAR_PLAY_CHAN);

Completed in 11 milliseconds