Home
last modified time | relevance | path

Searched refs:SND_SOC_DAPM_EP_SINK (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/
Dsoc-dapm.c310 if (w->is_ep & SND_SOC_DAPM_EP_SINK) in dapm_mark_endpoints_dirty()
2756 ep = SND_SOC_DAPM_EP_SINK; in dapm_update_widget_flags()
3689 w->is_ep = SND_SOC_DAPM_EP_SINK; in snd_soc_dapm_new_control_unlocked()
3694 w->is_ep = SND_SOC_DAPM_EP_SINK; in snd_soc_dapm_new_control_unlocked()
3703 w->is_ep = SND_SOC_DAPM_EP_SINK; in snd_soc_dapm_new_control_unlocked()
4412 ep = SND_SOC_DAPM_EP_SINK; in soc_dapm_dai_stream_event()
/kernel/linux/linux-5.10/include/sound/
Dsoc-dapm.h770 #define SND_SOC_DAPM_EP_SINK SND_SOC_DAPM_DIR_TO_EP(SND_SOC_DAPM_DIR_OUT) macro