Home
last modified time | relevance | path

Searched refs:snd_dmaengine_pcm_sync_stop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/sound/
H A Ddmaengine_pcm.h39 int snd_dmaengine_pcm_sync_stop(struct snd_pcm_substream *substream);
/openbmc/linux/sound/core/
H A Dpcm_dmaengine.c352 int snd_dmaengine_pcm_sync_stop(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_sync_stop() function
364 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_sync_stop);
/openbmc/linux/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c324 return snd_dmaengine_pcm_sync_stop(substream); in dmaengine_pcm_sync_stop()