Home
last modified time | relevance | path

Searched refs:SND_SOC_DAPM_STREAM_STOP (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/sound/soc/
Dsoc-compress.c197 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); in soc_compr_free_fe()
Dsoc-dapm.c1694 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
1707 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
4392 case SND_SOC_DAPM_STREAM_STOP: in soc_dapm_dai_stream_event()
4475 SND_SOC_DAPM_STREAM_STOP); in snd_soc_dapm_stream_stop()
4486 SND_SOC_DAPM_STREAM_STOP); in snd_soc_dapm_stream_stop()
Dsoc-pcm.c319 if ((event == SND_SOC_DAPM_STREAM_STOP) && in dpcm_dapm_stream_event()
1812 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); in dpcm_fe_dai_shutdown()
Dsoc-core.c383 SND_SOC_DAPM_STREAM_STOP); in snd_soc_close_delayed_work()
/Linux-v5.15/include/sound/
Dsoc-dapm.h341 #define SND_SOC_DAPM_STREAM_STOP 0x2 macro