Lines Matching refs:dapm
217 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component); in configure_clock() local
245 snd_soc_dapm_sync(dapm); in configure_clock()
255 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm); in check_clk_sys()
810 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in clk_sys_event()
986 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in vmid_event()
1101 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in aif1clk_ev()
1206 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in aif2clk_ev()
1298 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in aif1clk_late_ev()
1316 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in aif2clk_late_ev()
1334 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in late_enable_ev()
1367 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in late_disable_ev()
1409 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in dac_ev()
1450 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in post_ev()
2700 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component); in wm8994_vmid_mode() local
2704 snd_soc_dapm_mutex_lock(dapm); in wm8994_vmid_mode()
2707 snd_soc_dapm_disable_pin_unlocked(dapm, in wm8994_vmid_mode()
2709 snd_soc_dapm_disable_pin_unlocked(dapm, in wm8994_vmid_mode()
2713 snd_soc_dapm_disable_pin_unlocked(dapm, in wm8994_vmid_mode()
2715 snd_soc_dapm_disable_pin_unlocked(dapm, in wm8994_vmid_mode()
2720 snd_soc_dapm_sync_unlocked(dapm); in wm8994_vmid_mode()
2723 snd_soc_dapm_mutex_unlock(dapm); in wm8994_vmid_mode()
2727 snd_soc_dapm_mutex_lock(dapm); in wm8994_vmid_mode()
2730 snd_soc_dapm_force_enable_pin_unlocked(dapm, in wm8994_vmid_mode()
2732 snd_soc_dapm_force_enable_pin_unlocked(dapm, in wm8994_vmid_mode()
2736 snd_soc_dapm_force_enable_pin_unlocked(dapm, in wm8994_vmid_mode()
2738 snd_soc_dapm_force_enable_pin_unlocked(dapm, in wm8994_vmid_mode()
2743 snd_soc_dapm_sync_unlocked(dapm); in wm8994_vmid_mode()
2745 snd_soc_dapm_mutex_unlock(dapm); in wm8994_vmid_mode()
3506 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component); in wm8994_mic_detect() local
3523 ret = snd_soc_dapm_force_enable_pin(dapm, "MICBIAS1"); in wm8994_mic_detect()
3525 ret = snd_soc_dapm_disable_pin(dapm, "MICBIAS1"); in wm8994_mic_detect()
3530 ret = snd_soc_dapm_force_enable_pin(dapm, "MICBIAS1"); in wm8994_mic_detect()
3532 ret = snd_soc_dapm_disable_pin(dapm, "MICBIAS1"); in wm8994_mic_detect()
3564 snd_soc_dapm_sync(dapm); in wm8994_mic_detect()
3656 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component); in wm1811_micd_stop() local
3667 snd_soc_dapm_disable_pin(dapm, "MICBIAS2"); in wm1811_micd_stop()
3776 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component); in wm1811_mic_work() local
3782 snd_soc_dapm_force_enable_pin(dapm, "MICBIAS2"); in wm1811_mic_work()
3783 snd_soc_dapm_sync(dapm); in wm1811_mic_work()
3815 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component); in wm1811_jackdet_irq() local
3876 snd_soc_dapm_disable_pin(dapm, "MICBIAS2"); in wm1811_jackdet_irq()
3926 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component); in wm8958_mic_detect() local
3942 snd_soc_dapm_force_enable_pin(dapm, "CLK_SYS"); in wm8958_mic_detect()
3943 snd_soc_dapm_sync(dapm); in wm8958_mic_detect()
4005 snd_soc_dapm_disable_pin(dapm, "CLK_SYS"); in wm8958_mic_detect()
4006 snd_soc_dapm_sync(dapm); in wm8958_mic_detect()
4146 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component); in wm8994_component_probe() local
4181 dapm->idle_bias_off = 1; in wm8994_component_probe()
4189 dapm->idle_bias_off = 0; in wm8994_component_probe()
4432 snd_soc_dapm_new_controls(dapm, wm8994_dapm_widgets, in wm8994_component_probe()
4439 snd_soc_dapm_new_controls(dapm, wm8994_specific_dapm_widgets, in wm8994_component_probe()
4442 snd_soc_dapm_new_controls(dapm, wm8994_lateclk_revd_widgets, in wm8994_component_probe()
4444 snd_soc_dapm_new_controls(dapm, wm8994_adc_revd_widgets, in wm8994_component_probe()
4446 snd_soc_dapm_new_controls(dapm, wm8994_dac_revd_widgets, in wm8994_component_probe()
4449 snd_soc_dapm_new_controls(dapm, wm8994_lateclk_widgets, in wm8994_component_probe()
4451 snd_soc_dapm_new_controls(dapm, wm8994_adc_widgets, in wm8994_component_probe()
4453 snd_soc_dapm_new_controls(dapm, wm8994_dac_widgets, in wm8994_component_probe()
4462 snd_soc_dapm_new_controls(dapm, wm8958_dapm_widgets, in wm8994_component_probe()
4465 snd_soc_dapm_new_controls(dapm, wm8994_lateclk_revd_widgets, in wm8994_component_probe()
4467 snd_soc_dapm_new_controls(dapm, wm8994_adc_revd_widgets, in wm8994_component_probe()
4469 snd_soc_dapm_new_controls(dapm, wm8994_dac_revd_widgets, in wm8994_component_probe()
4472 snd_soc_dapm_new_controls(dapm, wm8994_lateclk_widgets, in wm8994_component_probe()
4474 snd_soc_dapm_new_controls(dapm, wm8994_adc_widgets, in wm8994_component_probe()
4476 snd_soc_dapm_new_controls(dapm, wm8994_dac_widgets, in wm8994_component_probe()
4484 snd_soc_dapm_new_controls(dapm, wm8958_dapm_widgets, in wm8994_component_probe()
4486 snd_soc_dapm_new_controls(dapm, wm8994_lateclk_widgets, in wm8994_component_probe()
4488 snd_soc_dapm_new_controls(dapm, wm8994_adc_widgets, in wm8994_component_probe()
4490 snd_soc_dapm_new_controls(dapm, wm8994_dac_widgets, in wm8994_component_probe()
4501 snd_soc_dapm_add_routes(dapm, intercon, ARRAY_SIZE(intercon)); in wm8994_component_probe()
4505 snd_soc_dapm_add_routes(dapm, wm8994_intercon, in wm8994_component_probe()
4509 snd_soc_dapm_add_routes(dapm, wm8994_revd_intercon, in wm8994_component_probe()
4511 snd_soc_dapm_add_routes(dapm, wm8994_lateclk_revd_intercon, in wm8994_component_probe()
4514 snd_soc_dapm_add_routes(dapm, wm8994_lateclk_intercon, in wm8994_component_probe()
4520 snd_soc_dapm_add_routes(dapm, wm8994_intercon, in wm8994_component_probe()
4522 snd_soc_dapm_add_routes(dapm, wm8994_revd_intercon, in wm8994_component_probe()
4524 snd_soc_dapm_add_routes(dapm, wm8994_lateclk_revd_intercon, in wm8994_component_probe()
4527 snd_soc_dapm_add_routes(dapm, wm8994_lateclk_intercon, in wm8994_component_probe()
4529 snd_soc_dapm_add_routes(dapm, wm8958_intercon, in wm8994_component_probe()
4536 snd_soc_dapm_add_routes(dapm, wm8994_lateclk_intercon, in wm8994_component_probe()
4538 snd_soc_dapm_add_routes(dapm, wm8958_intercon, in wm8994_component_probe()