Lines Matching refs:kcontrol
469 static int snd_wm8776_volume_info(struct snd_kcontrol *kcontrol, in snd_wm8776_volume_info() argument
472 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8776_volume_info()
473 int n = kcontrol->private_value; in snd_wm8776_volume_info()
483 static int snd_wm8776_enum_info(struct snd_kcontrol *kcontrol, in snd_wm8776_enum_info() argument
486 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8776_enum_info()
487 int n = kcontrol->private_value; in snd_wm8776_enum_info()
493 static int snd_wm8776_ctl_get(struct snd_kcontrol *kcontrol, in snd_wm8776_ctl_get() argument
496 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8776_ctl_get()
497 int n = kcontrol->private_value; in snd_wm8776_ctl_get()
524 static int snd_wm8776_ctl_put(struct snd_kcontrol *kcontrol, in snd_wm8776_ctl_put() argument
527 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8776_ctl_put()
528 int n = kcontrol->private_value; in snd_wm8776_ctl_put()