Lines Matching refs:dapm

1867 	struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm);  in hp_event()
1961 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in out_pga_event()
1994 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in dsp2_event()
2362 struct snd_soc_dapm_context *dapm = snd_soc_codec_get_dapm(codec); in wm8962_add_widgets() local
2374 snd_soc_dapm_new_controls(dapm, wm8962_dapm_widgets, in wm8962_add_widgets()
2377 snd_soc_dapm_new_controls(dapm, wm8962_dapm_spk_mono_widgets, in wm8962_add_widgets()
2380 snd_soc_dapm_new_controls(dapm, wm8962_dapm_spk_stereo_widgets, in wm8962_add_widgets()
2383 snd_soc_dapm_add_routes(dapm, wm8962_intercon, in wm8962_add_widgets()
2386 snd_soc_dapm_add_routes(dapm, wm8962_spk_mono_intercon, in wm8962_add_widgets()
2389 snd_soc_dapm_add_routes(dapm, wm8962_spk_stereo_intercon, in wm8962_add_widgets()
2393 snd_soc_dapm_disable_pin(dapm, "Beep"); in wm8962_add_widgets()
3116 struct snd_soc_dapm_context *dapm = snd_soc_codec_get_dapm(codec); in wm8962_mic_detect() local
3137 snd_soc_dapm_mutex_lock(dapm); in wm8962_mic_detect()
3140 snd_soc_dapm_force_enable_pin_unlocked(dapm, "SYSCLK"); in wm8962_mic_detect()
3141 snd_soc_dapm_force_enable_pin_unlocked(dapm, "MICBIAS"); in wm8962_mic_detect()
3143 snd_soc_dapm_disable_pin_unlocked(dapm, "SYSCLK"); in wm8962_mic_detect()
3144 snd_soc_dapm_disable_pin_unlocked(dapm, "MICBIAS"); in wm8962_mic_detect()
3147 snd_soc_dapm_mutex_unlock(dapm); in wm8962_mic_detect()
3162 struct snd_soc_dapm_context *dapm = snd_soc_codec_get_dapm(codec); in wm8962_beep_work() local
3179 snd_soc_dapm_enable_pin(dapm, "Beep"); in wm8962_beep_work()
3182 snd_soc_dapm_disable_pin(dapm, "Beep"); in wm8962_beep_work()
3188 snd_soc_dapm_sync(dapm); in wm8962_beep_work()
3413 struct snd_soc_dapm_context *dapm = snd_soc_codec_get_dapm(codec); in wm8962_probe() local
3461 snd_soc_dapm_nc_pin(dapm, "DMICDAT"); in wm8962_probe()