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.c2821 #define SND_BBFPRO_GAIN_VAL_MASK 0x7f macro
3006 int value = kcontrol->private_value & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_get()
3044 old_value = pv & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_put()
3078 value = pv & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_resume()