Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dsoc-dpcm.h157 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream,
172 dpcm_be_dai_stop(fe, stream, 0, last)
173 #define dpcm_be_dai_startup_unwind(fe, stream) dpcm_be_dai_stop(fe, stream, 0, NULL)
174 #define dpcm_be_dai_shutdown(fe, stream) dpcm_be_dai_stop(fe, stream, 1, NULL)
/openbmc/linux/sound/soc/
H A Dsoc-pcm.c1571 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream, in dpcm_be_dai_stop() function