Lines Matching defs:kcontrol
52 static int snd_msndmix_info_mux(struct snd_kcontrol *kcontrol,
58 struct snd_msnd *chip = snd_kcontrol_chip(kcontrol);
64 static int snd_msndmix_get_mux(struct snd_kcontrol *kcontrol,
67 struct snd_msnd *chip = snd_kcontrol_chip(kcontrol);
116 static int snd_msndmix_put_mux(struct snd_kcontrol *kcontrol,
119 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol);
124 static int snd_msndmix_volume_info(struct snd_kcontrol *kcontrol,
134 static int snd_msndmix_volume_get(struct snd_kcontrol *kcontrol,
137 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol);
138 int addr = kcontrol->private_value;
250 static int snd_msndmix_volume_put(struct snd_kcontrol *kcontrol,
253 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol);
254 int change, addr = kcontrol->private_value;