Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dmixer_quirks.c2870 #define SND_BBFPRO_GAIN_VAL_MASK 0x7f macro
3047 int value = kcontrol->private_value & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_get()
3085 old_value = pv & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_put()
3119 value = pv & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_resume()