Lines Matching refs:kcontrol
160 struct snd_kcontrol *kcontrol, int event) in wm5110_sysclk_ev() argument
336 struct snd_kcontrol *kcontrol, int event) in wm5110_hp_ev() argument
358 return arizona_hp_ev(w, kcontrol, event); in wm5110_hp_ev()
374 static int wm5110_put_dre(struct snd_kcontrol *kcontrol, in wm5110_put_dre() argument
377 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm5110_put_dre()
381 (struct soc_mixer_control *)kcontrol->private_value; in wm5110_put_dre()
435 static int wm5110_in_pga_get(struct snd_kcontrol *kcontrol, in wm5110_in_pga_get() argument
438 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm5110_in_pga_get()
449 ret = snd_soc_get_volsw_range(kcontrol, ucontrol); in wm5110_in_pga_get()
456 static int wm5110_in_pga_put(struct snd_kcontrol *kcontrol, in wm5110_in_pga_put() argument
459 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm5110_in_pga_put()
470 ret = snd_soc_put_volsw_range(kcontrol, ucontrol); in wm5110_in_pga_put()
478 struct snd_kcontrol *kcontrol, int event) in wm5110_in_analog_ev() argument
537 struct snd_kcontrol *kcontrol, int event) in wm5110_in_ev() argument
546 wm5110_in_analog_ev(w, kcontrol, event); in wm5110_in_ev()
553 return arizona_in_ev(w, kcontrol, event); in wm5110_in_ev()