Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/intel/atom/
Dsst-atom-controls.c652 case SND_SOC_DAPM_POST_REG: in sst_swm_mixer_event()
664 event == SND_SOC_DAPM_POST_REG) in sst_swm_mixer_event()
Dsst-atom-controls.h677 SND_SOC_DAPM_POST_REG, \
/linux-5.19.10/include/sound/
Dsoc-dapm.h353 #define SND_SOC_DAPM_POST_REG 0x20 /* after audio path setup */ macro
/linux-5.19.10/Documentation/sound/soc/
Ddapm.rst360 #define SND_SOC_DAPM_POST_REG 0x20 /* after audio path setup */
/linux-5.19.10/sound/soc/
Dsoc-dapm.c1788 if (w->event && (w->event_flags & SND_SOC_DAPM_POST_REG)) { in dapm_widget_update()
1789 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_POST_REG); in dapm_widget_update()
/linux-5.19.10/sound/soc/codecs/
Dhdac_hdmi.c1020 SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_REG); in hdac_hdmi_create_pin_port_muxs()