Lines Matching refs:kcontrol
55 static int snd_msndmix_info_mux(struct snd_kcontrol *kcontrol, in snd_msndmix_info_mux() argument
61 struct snd_msnd *chip = snd_kcontrol_chip(kcontrol); in snd_msndmix_info_mux()
67 static int snd_msndmix_get_mux(struct snd_kcontrol *kcontrol, in snd_msndmix_get_mux() argument
70 struct snd_msnd *chip = snd_kcontrol_chip(kcontrol); in snd_msndmix_get_mux()
119 static int snd_msndmix_put_mux(struct snd_kcontrol *kcontrol, in snd_msndmix_put_mux() argument
122 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol); in snd_msndmix_put_mux()
127 static int snd_msndmix_volume_info(struct snd_kcontrol *kcontrol, in snd_msndmix_volume_info() argument
137 static int snd_msndmix_volume_get(struct snd_kcontrol *kcontrol, in snd_msndmix_volume_get() argument
140 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol); in snd_msndmix_volume_get()
141 int addr = kcontrol->private_value; in snd_msndmix_volume_get()
255 static int snd_msndmix_volume_put(struct snd_kcontrol *kcontrol, in snd_msndmix_volume_put() argument
258 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol); in snd_msndmix_volume_put()
259 int change, addr = kcontrol->private_value; in snd_msndmix_volume_put()