Home
last modified time | relevance | path

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

/Linux-v5.15/include/sound/
Dsoc-dpcm.h152 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream,
164 dpcm_be_dai_stop(fe, stream, 0, last)
165 #define dpcm_be_dai_startup_unwind(fe, stream) dpcm_be_dai_stop(fe, stream, 0, NULL)
166 #define dpcm_be_dai_shutdown(fe, stream) dpcm_be_dai_stop(fe, stream, 1, NULL)
/Linux-v5.15/sound/soc/
Dsoc-pcm.c1440 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream, in dpcm_be_dai_stop() function