Lines Matching defs:kcontrol
634 static int snd_p16v_volume_info(struct snd_kcontrol *kcontrol,
644 static int snd_p16v_volume_get(struct snd_kcontrol *kcontrol,
647 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
648 int high_low = (kcontrol->private_value >> 8) & 0xff;
649 int reg = kcontrol->private_value & 0xff;
663 static int snd_p16v_volume_put(struct snd_kcontrol *kcontrol,
666 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
667 int high_low = (kcontrol->private_value >> 8) & 0xff;
668 int reg = kcontrol->private_value & 0xff;
688 static int snd_p16v_capture_source_info(struct snd_kcontrol *kcontrol,
699 static int snd_p16v_capture_source_get(struct snd_kcontrol *kcontrol,
702 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
708 static int snd_p16v_capture_source_put(struct snd_kcontrol *kcontrol,
711 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
730 static int snd_p16v_capture_channel_info(struct snd_kcontrol *kcontrol,
738 static int snd_p16v_capture_channel_get(struct snd_kcontrol *kcontrol,
741 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
747 static int snd_p16v_capture_channel_put(struct snd_kcontrol *kcontrol,
750 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);