Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dvalidate.c281 FIXED(UAC_VERSION_3, UAC3_CLOCK_SOURCE,
H A Dclock.c91 UAC2_CLOCK_SOURCE, UAC3_CLOCK_SOURCE);
H A Dmixer.c933 term->type = UAC3_CLOCK_SOURCE << 16; /* virtual type */ in parse_term_uac2_clock_source()
945 term->type = UAC3_CLOCK_SOURCE << 16; /* virtual type */ in parse_term_uac3_clock_source()
1019 case PTYPE(UAC_VERSION_3, UAC3_CLOCK_SOURCE): in __check_input_term()
2930 case PTYPE(UAC_VERSION_3, UAC3_CLOCK_SOURCE): in parse_audio_unit()
/linux/include/linux/usb/
H A Daudio-v3.h383 #define UAC3_CLOCK_SOURCE 0x0b macro