Searched refs:snd_pcm_dma_buffer_sync (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/sound/core/ |
D | pcm_local.h | 76 static inline void snd_pcm_dma_buffer_sync(struct snd_pcm_substream *substream, in snd_pcm_dma_buffer_sync() function
|
D | pcm_compat.c | 457 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_DEVICE); in snd_pcm_ioctl_sync_ptr_x32() 539 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_DEVICE); in snd_pcm_ioctl_sync_ptr_buggy()
|
D | pcm_lib.c | 109 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_DEVICE); in snd_pcm_playback_silence() 2282 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_CPU); in __snd_pcm_lib_xfer() 2286 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_DEVICE); in __snd_pcm_lib_xfer()
|
D | pcm_native.c | 2989 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_DEVICE); in snd_pcm_rewind() 3008 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_DEVICE); in snd_pcm_forward() 3022 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_CPU); in snd_pcm_delay() 3075 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_DEVICE); in snd_pcm_sync_ptr() 3173 snd_pcm_dma_buffer_sync(substream, SNDRV_DMA_SYNC_DEVICE); in snd_pcm_ioctl_sync_ptr_compat()
|