Home
last modified time | relevance | path

Searched refs:snd_dma_buffer_sync (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/sound/
H A Dmemalloc.h95 void snd_dma_buffer_sync(struct snd_dma_buffer *dmab,
98 static inline void snd_dma_buffer_sync(struct snd_dma_buffer *dmab, in snd_dma_buffer_sync() function
/openbmc/linux/sound/core/
H A Dpcm_local.h80 snd_dma_buffer_sync(snd_pcm_get_dma_buf(substream), mode); in snd_pcm_dma_buffer_sync()
H A Dmemalloc.c206 void snd_dma_buffer_sync(struct snd_dma_buffer *dmab, in snd_dma_buffer_sync() function
217 EXPORT_SYMBOL_GPL(snd_dma_buffer_sync);
/openbmc/linux/sound/soc/sof/
H A Dipc3-dtrace.c361 snd_dma_buffer_sync(&priv->dmatb, SNDRV_DMA_SYNC_CPU); in dfsentry_dtrace_read()