Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-compress.c225 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); in soc_compr_free_fe()
H A Dsoc-dapm.c1699 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
1711 else if (event == SND_SOC_DAPM_STREAM_STOP) in dapm_seq_run()
4470 case SND_SOC_DAPM_STREAM_STOP: in soc_dapm_dai_stream_event()
4554 SND_SOC_DAPM_STREAM_STOP); in snd_soc_dapm_stream_stop()
4565 SND_SOC_DAPM_STREAM_STOP); in snd_soc_dapm_stream_stop()
H A Dsoc-pcm.c416 if ((event == SND_SOC_DAPM_STREAM_STOP) && in dpcm_dapm_stream_event()
1993 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); in dpcm_fe_dai_shutdown()
H A Dsoc-core.c440 SND_SOC_DAPM_STREAM_STOP); in snd_soc_close_delayed_work()
/linux-6.15/include/sound/
H A Dsoc-dapm.h377 #define SND_SOC_DAPM_STREAM_STOP 0x2 macro