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

  /src/sys/dev/audio/
audiovar.h 120 int cur_port; /* the port that gain actually controls when member in struct:au_mixer_ports
audio.c 1229 sc->sc_inports.cur_port = -1;
1237 sc->sc_outports.cur_port = -1;
8787 if (ports->cur_port == -1)
8790 ct.dev = ports->miport[ports->cur_port];
8859 if (ports->cur_port == -1)
8862 ct.dev = ports->miport[ports->cur_port];
8934 if (ports->cur_port == -1) {
8937 port = ports->aumask[ports->cur_port];
8938 ports->cur_port = -1;
8955 ports->cur_port = i
    [all...]

Completed in 17 milliseconds