Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/
H A Dmixer_maps.c724 .id = UAC3_FUNCTION_SUBCLASS_GENERIC_IO,
H A Dstream.c885 if (badd_profile >= UAC3_FUNCTION_SUBCLASS_GENERIC_IO) { in snd_usb_get_audioformat_uac3()
1045 if (badd_profile >= UAC3_FUNCTION_SUBCLASS_GENERIC_IO) { in snd_usb_get_audioformat_uac3()
H A Dclock.c613 if (chip->badd_profile >= UAC3_FUNCTION_SUBCLASS_GENERIC_IO) { in snd_usb_init_sample_rate()
H A Dcard.c316 (badd < UAC3_FUNCTION_SUBCLASS_GENERIC_IO || in snd_usb_create_streams()
H A Dmixer.c2965 .subclass = UAC3_FUNCTION_SUBCLASS_GENERIC_IO,
3594 chip->badd_profile >= UAC3_FUNCTION_SUBCLASS_GENERIC_IO) { in snd_usb_create_mixer()
/openbmc/linux/include/linux/usb/
H A Daudio-v3.h242 #define UAC3_FUNCTION_SUBCLASS_GENERIC_IO 0x20 macro