Lines Matching refs:snd_kcontrol

209 	struct snd_kcontrol *hw_volume;
210 struct snd_kcontrol *hw_switch;
211 struct snd_kcontrol *master_volume;
212 struct snd_kcontrol *master_switch;
1044 static int snd_es1938_info_mux(struct snd_kcontrol *kcontrol, in snd_es1938_info_mux()
1055 static int snd_es1938_get_mux(struct snd_kcontrol *kcontrol, in snd_es1938_get_mux()
1063 static int snd_es1938_put_mux(struct snd_kcontrol *kcontrol, in snd_es1938_put_mux()
1076 static int snd_es1938_get_spatializer_enable(struct snd_kcontrol *kcontrol, in snd_es1938_get_spatializer_enable()
1085 static int snd_es1938_put_spatializer_enable(struct snd_kcontrol *kcontrol, in snd_es1938_put_spatializer_enable()
1101 static int snd_es1938_info_hw_volume(struct snd_kcontrol *kcontrol, in snd_es1938_info_hw_volume()
1111 static int snd_es1938_get_hw_volume(struct snd_kcontrol *kcontrol, in snd_es1938_get_hw_volume()
1122 static int snd_es1938_get_hw_switch(struct snd_kcontrol *kcontrol, in snd_es1938_get_hw_switch()
1131 static void snd_es1938_hwv_free(struct snd_kcontrol *kcontrol) in snd_es1938_hwv_free()
1171 static int snd_es1938_info_single(struct snd_kcontrol *kcontrol, in snd_es1938_info_single()
1183 static int snd_es1938_get_single(struct snd_kcontrol *kcontrol, in snd_es1938_get_single()
1200 static int snd_es1938_put_single(struct snd_kcontrol *kcontrol, in snd_es1938_put_single()
1232 static int snd_es1938_info_double(struct snd_kcontrol *kcontrol, in snd_es1938_info_double()
1244 static int snd_es1938_get_double(struct snd_kcontrol *kcontrol, in snd_es1938_get_double()
1270 static int snd_es1938_put_double(struct snd_kcontrol *kcontrol, in snd_es1938_put_double()
1737 struct snd_kcontrol *kctl; in snd_es1938_mixer()