Lines Matching refs:kcontrol

695 static int snd_p16v_volume_info(struct snd_kcontrol *kcontrol,  in snd_p16v_volume_info()  argument
705 static int snd_p16v_volume_get(struct snd_kcontrol *kcontrol, in snd_p16v_volume_get() argument
708 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_volume_get()
709 int high_low = (kcontrol->private_value >> 8) & 0xff; in snd_p16v_volume_get()
710 int reg = kcontrol->private_value & 0xff; in snd_p16v_volume_get()
724 static int snd_p16v_volume_put(struct snd_kcontrol *kcontrol, in snd_p16v_volume_put() argument
727 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_volume_put()
728 int high_low = (kcontrol->private_value >> 8) & 0xff; in snd_p16v_volume_put()
729 int reg = kcontrol->private_value & 0xff; in snd_p16v_volume_put()
749 static int snd_p16v_capture_source_info(struct snd_kcontrol *kcontrol, in snd_p16v_capture_source_info() argument
760 static int snd_p16v_capture_source_get(struct snd_kcontrol *kcontrol, in snd_p16v_capture_source_get() argument
763 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_capture_source_get()
769 static int snd_p16v_capture_source_put(struct snd_kcontrol *kcontrol, in snd_p16v_capture_source_put() argument
772 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_capture_source_put()
791 static int snd_p16v_capture_channel_info(struct snd_kcontrol *kcontrol, in snd_p16v_capture_channel_info() argument
799 static int snd_p16v_capture_channel_get(struct snd_kcontrol *kcontrol, in snd_p16v_capture_channel_get() argument
802 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_capture_channel_get()
808 static int snd_p16v_capture_channel_put(struct snd_kcontrol *kcontrol, in snd_p16v_capture_channel_put() argument
811 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_capture_channel_put()