Lines Matching refs:snd_kcontrol
236 struct snd_kcontrol *master_mute;
237 struct snd_kcontrol *master_volume;
915 static int snd_sonicvibes_info_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_sonicvibes_info_mux()
924 static int snd_sonicvibes_get_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_sonicvibes_get_mux()
935 static int snd_sonicvibes_put_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_sonicvibes_put_mux()
964 static int snd_sonicvibes_info_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinf… in snd_sonicvibes_info_single()
975 static int snd_sonicvibes_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon… in snd_sonicvibes_get_single()
991 static int snd_sonicvibes_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon… in snd_sonicvibes_put_single()
1020 static int snd_sonicvibes_info_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinf… in snd_sonicvibes_info_double()
1031 static int snd_sonicvibes_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon… in snd_sonicvibes_get_double()
1052 static int snd_sonicvibes_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon… in snd_sonicvibes_put_double()
1108 static void snd_sonicvibes_master_free(struct snd_kcontrol *kcontrol) in snd_sonicvibes_master_free()
1118 struct snd_kcontrol *kctl; in snd_sonicvibes_mixer()