Home
last modified time | relevance | path

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

/linux-6.12.1/sound/usb/
Dmixer_quirks.c2555 #define SND_BBFPRO_GAIN_VAL_MASK 0x7f macro
2740 int value = kcontrol->private_value & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_get()
2778 old_value = pv & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_put()
2812 value = pv & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_resume()