Home
last modified time | relevance | path

Searched refs:sc_rec_chan (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/usb/
H A Duaudio.c372 struct uaudio_chan sc_rec_chan[UAUDIO_MAX_CHILD]; member
856 (sc->sc_rec_chan + i) == ch) in uaudio_get_child_index_by_chan()
1065 if (sc->sc_rec_chan[i].num_alt <= 0) in uaudio_attach()
1074 sc->sc_rec_chan[i].usb_alt[0].iface_index); in uaudio_attach()
1080 for (x = 0; x != sc->sc_rec_chan[i].num_alt; x++) { in uaudio_attach()
1083 sc->sc_rec_chan[i].usb_alt[x].sample_rate, in uaudio_attach()
1084 sc->sc_rec_chan[i].usb_alt[x].channels, in uaudio_attach()
1085 sc->sc_rec_chan[i].usb_alt[x].p_fmt->description, in uaudio_attach()
1124 sc->sc_rec_chan[i].num_alt <= 0 && in uaudio_attach()
1222 if (sc->sc_rec_chan[i].num_alt > 0) { in uaudio_attach_sub()
[all …]