Home
last modified time | relevance | path

Searched refs:snd_pcm_get_dma_buf (Results 1 – 6 of 6) sorted by relevance

/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 Dpcm_native.c272 dmabuf = snd_pcm_get_dma_buf(substream); in hw_support_mmap()
3912 else if (!snd_pcm_get_dma_buf(substream)) { in snd_pcm_mmap_data_fault()
3917 page = snd_sgbuf_get_page(snd_pcm_get_dma_buf(substream), offset); in snd_pcm_mmap_data_fault()
3955 !snd_dma_buffer_mmap(snd_pcm_get_dma_buf(substream), area)) in snd_pcm_lib_default_mmap()
/linux/sound/hda/core/
H A Dstream.c578 dmab = snd_pcm_get_dma_buf(substream); in snd_hdac_stream_setup_periods()
580 dmab = snd_pcm_get_dma_buf(cstream); in snd_hdac_stream_setup_periods()
/linux/include/sound/
H A Dpcm.h1367 #define snd_pcm_get_dma_buf(substream) ((substream)->runtime->dma_buffer_p)
1379 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs);
1395 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size);
1363 #define snd_pcm_get_dma_buf( global() macro
/linux/sound/soc/intel/catpt/
H A Dpcm.c167 struct snd_dma_buffer *databuf = snd_pcm_get_dma_buf(substream); in catpt_arrange_page_table()
414 dmab = snd_pcm_get_dma_buf(substream); in catpt_dai_hw_params()
/linux/sound/soc/sof/
H A Dpcm.c194 struct snd_dma_buffer *dmab = snd_pcm_get_dma_buf(substream); in sof_pcm_stream_free()