Home
last modified time | relevance | path

Searched refs:UAC_CONTROL_BIT (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/usb/
H A Daudio.h104 #define UAC_CONTROL_BIT(CS) (1 << ((CS) - 1)) macro
/linux/sound/usb/
H A Dmixer.c2036 master_bits &= ~UAC_CONTROL_BIT(UAC_FU_VOLUME); in parse_audio_feature_unit()