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.c2872 #define SND_BBFPRO_GAIN_VAL_MASK 0x7f macro
3049 int value = kcontrol->private_value & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_get()
3087 old_value = pv & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_put()
3121 value = pv & SND_BBFPRO_GAIN_VAL_MASK; in snd_bbfpro_gain_resume()