• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/ppc/

Lines Matching defs:kcontrol

176 static int snd_pmac_burgundy_info_volume(struct snd_kcontrol *kcontrol,
186 static int snd_pmac_burgundy_get_volume(struct snd_kcontrol *kcontrol,
189 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
190 unsigned int addr = BASE2ADDR(kcontrol->private_value & 0xff);
191 int shift = (kcontrol->private_value >> 8) & 0xff;
197 static int snd_pmac_burgundy_put_volume(struct snd_kcontrol *kcontrol,
200 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
201 unsigned int addr = BASE2ADDR(kcontrol->private_value & 0xff);
202 int shift = (kcontrol->private_value >> 8) & 0xff;
221 static int snd_pmac_burgundy_info_switch_out(struct snd_kcontrol *kcontrol,
224 int stereo = (kcontrol->private_value >> 24) & 1;
232 static int snd_pmac_burgundy_get_switch_out(struct snd_kcontrol *kcontrol,
235 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
236 int lmask = kcontrol->private_value & 0xff;
237 int rmask = (kcontrol->private_value >> 8) & 0xff;
238 int stereo = (kcontrol->private_value >> 24) & 1;
246 static int snd_pmac_burgundy_put_switch_out(struct snd_kcontrol *kcontrol,
249 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
250 int lmask = kcontrol->private_value & 0xff;
251 int rmask = (kcontrol->private_value >> 8) & 0xff;
252 int stereo = (kcontrol->private_value >> 24) & 1;
272 static int snd_pmac_burgundy_info_volume_out(struct snd_kcontrol *kcontrol,
275 int stereo = (kcontrol->private_value >> 24) & 1;
283 static int snd_pmac_burgundy_get_volume_out(struct snd_kcontrol *kcontrol,
286 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
287 unsigned int addr = BASE2ADDR(kcontrol->private_value & 0xff);
288 int stereo = (kcontrol->private_value >> 24) & 1;
298 static int snd_pmac_burgundy_put_volume_out(struct snd_kcontrol *kcontrol,
301 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
302 unsigned int addr = BASE2ADDR(kcontrol->private_value & 0xff);
303 int stereo = (kcontrol->private_value >> 24) & 1;