Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/
Dsoc-compress.c239 SND_SOC_DAPM_STREAM_STOP); in close_delayed_work()
281 SND_SOC_DAPM_STREAM_STOP); in soc_compr_free()
292 SND_SOC_DAPM_STREAM_STOP); in soc_compr_free()
327 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); in soc_compr_free_fe()
Dsoc-pcm.c182 if ((event == SND_SOC_DAPM_STREAM_STOP) && in dpcm_dapm_stream_event()
676 SND_SOC_DAPM_STREAM_STOP); in close_delayed_work()
731 SND_SOC_DAPM_STREAM_STOP); in soc_pcm_close()
742 SND_SOC_DAPM_STREAM_STOP); in soc_pcm_close()
2040 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); in dpcm_fe_dai_shutdown()
Dsoc-dapm.c1600 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
1613 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
4177 case SND_SOC_DAPM_STREAM_STOP: in soc_dapm_dai_stream_event()
/Linux-v4.19/include/sound/
Dsoc-dapm.h339 #define SND_SOC_DAPM_STREAM_STOP 0x2 macro