Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dsoc-dpcm.h138 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream,
153 dpcm_be_dai_stop(fe, stream, 0, last)
154 #define dpcm_be_dai_startup_unwind(fe, stream) dpcm_be_dai_stop(fe, stream, 0, NULL)
155 #define dpcm_be_dai_shutdown(fe, stream) dpcm_be_dai_stop(fe, stream, 1, NULL)
/linux/sound/soc/
H A Dsoc-pcm.c1635 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream, in dpcm_be_dai_stop() function