Lines Matching refs:kcontrol
195 static int snd_wm8766_volume_info(struct snd_kcontrol *kcontrol, in snd_wm8766_volume_info() argument
198 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_volume_info()
199 int n = kcontrol->private_value; in snd_wm8766_volume_info()
209 static int snd_wm8766_enum_info(struct snd_kcontrol *kcontrol, in snd_wm8766_enum_info() argument
212 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_enum_info()
213 int n = kcontrol->private_value; in snd_wm8766_enum_info()
219 static int snd_wm8766_ctl_get(struct snd_kcontrol *kcontrol, in snd_wm8766_ctl_get() argument
222 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_ctl_get()
223 int n = kcontrol->private_value; in snd_wm8766_ctl_get()
250 static int snd_wm8766_ctl_put(struct snd_kcontrol *kcontrol, in snd_wm8766_ctl_put() argument
253 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_ctl_put()
254 int n = kcontrol->private_value; in snd_wm8766_ctl_put()