Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dstream.c879 unsigned char badd_profile; in snd_usb_get_audioformat_uac3() local
887 badd_profile = chip->badd_profile; in snd_usb_get_audioformat_uac3()
890 if (badd_profile >= UAC3_FUNCTION_SUBCLASS_GENERIC_IO) { in snd_usb_get_audioformat_uac3()
1050 if (badd_profile >= UAC3_FUNCTION_SUBCLASS_GENERIC_IO) { in snd_usb_get_audioformat_uac3()
H A Dusbaudio.h53 int badd_profile; /* UAC3 BADD profile */ member
H A Dmixer.c3069 int badd_profile = mixer->chip->badd_profile; in snd_usb_mixer_controls_badd() local
3145 badd_profile, c_chmask, p_chmask); in snd_usb_mixer_controls_badd()
3149 if (map->id == badd_profile) in snd_usb_mixer_controls_badd()
3157 if (badd_profile == f->subclass) in snd_usb_mixer_controls_badd()
3601 chip->badd_profile >= UAC3_FUNCTION_SUBCLASS_GENERIC_IO) { in snd_usb_create_mixer()
H A Dcard.c325 chip->badd_profile = badd; in snd_usb_create_streams()