Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/audio/
H A Duaudio.c197 struct uaudio_chan_alt usb_alt[CHAN_MAX_ALT]; member
984 sc->sc_play_chan.usb_alt[0].iface_index, in uaudio_attach()
993 sc->sc_play_chan.usb_alt[x].sample_rate, in uaudio_attach()
994 sc->sc_play_chan.usb_alt[x].channels, in uaudio_attach()
1010 sc->sc_rec_chan.usb_alt[0].iface_index, in uaudio_attach()
1019 sc->sc_rec_chan.usb_alt[x].sample_rate, in uaudio_attach()
1020 sc->sc_rec_chan.usb_alt[x].channels, in uaudio_attach()
1272 chan_alt = chan->usb_alt + set_alt; in uaudio_configure_msg_sub()
1863 chan_alt = &chan->usb_alt[chan->num_alt++]; in uaudio_chan_fill_info_sub()
2508 if (ch->usb_alt[x].sample_rate < speed) { in uaudio_chan_set_param_speed()
[all …]