Home
last modified time | relevance | path

Searched refs:SND_SOC_DAPM_POST_REG (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/sound/soc/intel/atom/
Dsst-atom-controls.c642 case SND_SOC_DAPM_POST_REG: in sst_swm_mixer_event()
654 event == SND_SOC_DAPM_POST_REG) in sst_swm_mixer_event()
Dsst-atom-controls.h686 SND_SOC_DAPM_POST_REG, \
/Linux-v4.19/include/sound/
Dsoc-dapm.h351 #define SND_SOC_DAPM_POST_REG 0x20 /* after audio path setup */ macro
/Linux-v4.19/Documentation/sound/soc/
Ddapm.rst360 #define SND_SOC_DAPM_POST_REG 0x20 /* after audio path setup */
/Linux-v4.19/sound/soc/
Dsoc-dapm.c1693 if (w->event && (w->event_flags & SND_SOC_DAPM_POST_REG)) { in dapm_widget_update()
1694 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_POST_REG); in dapm_widget_update()
/Linux-v4.19/sound/soc/codecs/
Dhdac_hdmi.c988 SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_REG); in hdac_hdmi_create_pin_port_muxs()