Lines Matching defs:kcontrol
242 static int tumbler_info_master_volume(struct snd_kcontrol *kcontrol,
252 static int tumbler_get_master_volume(struct snd_kcontrol *kcontrol,
255 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
263 static int tumbler_put_master_volume(struct snd_kcontrol *kcontrol,
266 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
287 static int tumbler_get_master_switch(struct snd_kcontrol *kcontrol,
290 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
298 static int tumbler_put_master_switch(struct snd_kcontrol *kcontrol,
301 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
388 static int tumbler_info_drc_value(struct snd_kcontrol *kcontrol,
391 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
400 static int tumbler_get_drc_value(struct snd_kcontrol *kcontrol,
403 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
412 static int tumbler_put_drc_value(struct snd_kcontrol *kcontrol,
415 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
442 static int tumbler_get_drc_switch(struct snd_kcontrol *kcontrol,
445 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
454 static int tumbler_put_drc_switch(struct snd_kcontrol *kcontrol,
457 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
513 static int tumbler_info_mono(struct snd_kcontrol *kcontrol,
516 struct tumbler_mono_vol *info = (struct tumbler_mono_vol *)kcontrol->private_value;
525 static int tumbler_get_mono(struct snd_kcontrol *kcontrol,
528 struct tumbler_mono_vol *info = (struct tumbler_mono_vol *)kcontrol->private_value;
529 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
538 static int tumbler_put_mono(struct snd_kcontrol *kcontrol,
541 struct tumbler_mono_vol *info = (struct tumbler_mono_vol *)kcontrol->private_value;
542 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
662 static int snapper_info_mix(struct snd_kcontrol *kcontrol,
672 static int snapper_get_mix(struct snd_kcontrol *kcontrol,
675 int idx = (int)kcontrol->private_value;
676 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
686 static int snapper_put_mix(struct snd_kcontrol *kcontrol,
689 int idx = (int)kcontrol->private_value;
690 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
721 static int tumbler_get_mute_switch(struct snd_kcontrol *kcontrol,
724 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
730 switch(kcontrol->private_value) {
746 static int tumbler_put_mute_switch(struct snd_kcontrol *kcontrol,
749 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
760 switch(kcontrol->private_value) {
791 static int snapper_info_capture_source(struct snd_kcontrol *kcontrol,
801 static int snapper_get_capture_source(struct snd_kcontrol *kcontrol,
804 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);
811 static int snapper_put_capture_source(struct snd_kcontrol *kcontrol,
814 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol);