Home
last modified time | relevance | path

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

/Linux-v5.15/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.c412 return (cval->head.mixer->protocol == UAC_VERSION_1) ? in get_ctl_value()
468 if (cval->head.mixer->protocol == UAC_VERSION_1) { in snd_usb_mixer_set_ctl_value()
757 case UAC_VERSION_1: in uac_mixer_unit_get_channels()
980 case PTYPE(UAC_VERSION_1, UAC_FEATURE_UNIT): in __check_input_term()
989 case PTYPE(UAC_VERSION_1, UAC_INPUT_TERMINAL): in __check_input_term()
995 case PTYPE(UAC_VERSION_1, UAC_MIXER_UNIT): in __check_input_term()
999 case PTYPE(UAC_VERSION_1, UAC_SELECTOR_UNIT): in __check_input_term()
1005 case PTYPE(UAC_VERSION_1, UAC1_PROCESSING_UNIT): in __check_input_term()
1013 case PTYPE(UAC_VERSION_1, UAC1_EXTENSION_UNIT): in __check_input_term()
1248 } else if (cval->head.mixer->protocol == UAC_VERSION_1) { in get_min_max_with_quirks()
[all …]
Dstream.c600 if (protocol == UAC_VERSION_1) { in parse_uac_endpoint_attributes()
717 if (protocol == UAC_VERSION_1) { in snd_usb_get_audioformat_uac12()
809 if (((protocol == UAC_VERSION_1) && (fmt->bLength < 8)) in snd_usb_get_audioformat_uac12()
1142 protocol = UAC_VERSION_1; in __snd_usb_parse_audio_interface()
1148 protocol = UAC_VERSION_1; in __snd_usb_parse_audio_interface()
1150 case UAC_VERSION_1: in __snd_usb_parse_audio_interface()
1165 protocol == UAC_VERSION_1 && in __snd_usb_parse_audio_interface()
Dformat.c39 case UAC_VERSION_1: in parse_audio_format_i_type()
631 case UAC_VERSION_1: in parse_audio_format_i()
676 case UAC_VERSION_1: { in parse_audio_format_i()
731 case UAC_VERSION_1: { in parse_audio_format_ii()
Dclock.c585 case UAC_VERSION_1: in snd_usb_init_sample_rate()
Dendpoint.c1281 if (ep->cur_audiofmt->protocol == UAC_VERSION_1) { in snd_usb_endpoint_configure()
1299 iface_first = ep->cur_audiofmt->protocol == UAC_VERSION_1; in snd_usb_endpoint_configure()
Dcard.c240 case UAC_VERSION_1: { in snd_usb_create_streams()
Dpcm.c203 case UAC_VERSION_1: in snd_usb_init_pitch()
/Linux-v5.15/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 …]