Home
last modified time | relevance | path

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

/linux-6.12.1/sound/usb/
Dvalidate.c49 case UAC_VERSION_1: in validate_mixer_unit()
82 case UAC_VERSION_1: in validate_processing_unit()
109 case UAC_VERSION_1: in validate_processing_unit()
177 case UAC_VERSION_1: in validate_selector_unit()
238 FUNC(UAC_VERSION_1, UAC_HEADER, validate_uac1_header),
239 FIXED(UAC_VERSION_1, UAC_INPUT_TERMINAL,
241 FIXED(UAC_VERSION_1, UAC_OUTPUT_TERMINAL,
243 FUNC(UAC_VERSION_1, UAC_MIXER_UNIT, validate_mixer_unit),
244 FUNC(UAC_VERSION_1, UAC_SELECTOR_UNIT, validate_selector_unit),
245 FUNC(UAC_VERSION_1, UAC_FEATURE_UNIT, validate_uac1_feature_unit),
[all …]
Dmixer.c411 return (cval->head.mixer->protocol == UAC_VERSION_1) ? in get_ctl_value()
467 if (cval->head.mixer->protocol == UAC_VERSION_1) { in snd_usb_mixer_set_ctl_value()
756 case UAC_VERSION_1: in uac_mixer_unit_get_channels()
979 case PTYPE(UAC_VERSION_1, UAC_FEATURE_UNIT): in __check_input_term()
988 case PTYPE(UAC_VERSION_1, UAC_INPUT_TERMINAL): in __check_input_term()
994 case PTYPE(UAC_VERSION_1, UAC_MIXER_UNIT): in __check_input_term()
998 case PTYPE(UAC_VERSION_1, UAC_SELECTOR_UNIT): in __check_input_term()
1004 case PTYPE(UAC_VERSION_1, UAC1_PROCESSING_UNIT): in __check_input_term()
1012 case PTYPE(UAC_VERSION_1, UAC1_EXTENSION_UNIT): in __check_input_term()
1281 } else if (cval->head.mixer->protocol == UAC_VERSION_1) { in get_min_max_with_quirks()
[all …]
Dstream.c604 if (protocol == UAC_VERSION_1) { in parse_uac_endpoint_attributes()
724 if (protocol == UAC_VERSION_1) { in snd_usb_get_audioformat_uac12()
816 if (((protocol == UAC_VERSION_1) && (fmt->bLength < 8)) in snd_usb_get_audioformat_uac12()
1153 protocol = UAC_VERSION_1; in __snd_usb_parse_audio_interface()
1159 protocol = UAC_VERSION_1; in __snd_usb_parse_audio_interface()
1161 case UAC_VERSION_1: in __snd_usb_parse_audio_interface()
1176 protocol == UAC_VERSION_1 && in __snd_usb_parse_audio_interface()
1237 if (protocol == UAC_VERSION_1 || in __snd_usb_parse_audio_interface()
Dformat.c39 case UAC_VERSION_1: in parse_audio_format_i_type()
656 case UAC_VERSION_1: in parse_audio_format_i()
701 case UAC_VERSION_1: { in parse_audio_format_i()
756 case UAC_VERSION_1: { in parse_audio_format_ii()
Dendpoint.c820 if (fp->protocol != UAC_VERSION_1) { in snd_usb_endpoint_open()
1466 if (ep->cur_audiofmt->protocol == UAC_VERSION_1) { in snd_usb_endpoint_prepare()
1480 iface_first = ep->cur_audiofmt->protocol == UAC_VERSION_1; in snd_usb_endpoint_prepare()
Dclock.c646 case UAC_VERSION_1: in snd_usb_init_sample_rate()
Dcard.c242 case UAC_VERSION_1: { in snd_usb_create_streams()
Dpcm.c231 case UAC_VERSION_1: in snd_usb_init_pitch()
/linux-6.12.1/include/uapi/linux/usb/
Daudio.h28 #define UAC_VERSION_1 0x00 macro
275 if (protocol == UAC_VERSION_1) in uac_mixer_unit_wChannelConfig()
288 return (protocol == UAC_VERSION_1) ? in uac_mixer_unit_iChannelNames()
297 case UAC_VERSION_1: in uac_mixer_unit_bmControls()
372 if (protocol == UAC_VERSION_1) in uac_processing_unit_wChannelConfig()
385 return (protocol == UAC_VERSION_1) ? in uac_processing_unit_iChannelNames()
394 case UAC_VERSION_1: in uac_processing_unit_bControlSize()
409 case UAC_VERSION_1: in uac_processing_unit_bmControls()
426 case UAC_VERSION_1: in uac_processing_unit_iProcessing()
442 case UAC_VERSION_1: in uac_processing_unit_specific()
[all …]