Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/
A Dpcm_local.h80 snd_dma_buffer_sync(snd_pcm_get_dma_buf(substream), mode); in snd_pcm_dma_buffer_sync()
A Dpcm_native.c267 dmabuf = snd_pcm_get_dma_buf(substream); in hw_support_mmap()
3793 else if (!snd_pcm_get_dma_buf(substream)) in snd_pcm_mmap_data_fault()
3796 page = snd_sgbuf_get_page(snd_pcm_get_dma_buf(substream), offset); in snd_pcm_mmap_data_fault()
3834 !snd_dma_buffer_mmap(snd_pcm_get_dma_buf(substream), area)) in snd_pcm_lib_default_mmap()
/linux-6.3-rc2/sound/hda/
A Dhdac_stream.c497 dmab = snd_pcm_get_dma_buf(substream); in snd_hdac_stream_setup_periods()
499 dmab = snd_pcm_get_dma_buf(cstream); in snd_hdac_stream_setup_periods()
/linux-6.3-rc2/include/sound/
A Dpcm.h1366 #define snd_pcm_get_dma_buf(substream) ((substream)->runtime->dma_buffer_p) macro
1378 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr()
1394 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
/linux-6.3-rc2/sound/soc/intel/catpt/
A Dpcm.c157 struct snd_dma_buffer *databuf = snd_pcm_get_dma_buf(substream); in catpt_arrange_page_table()
398 dmab = snd_pcm_get_dma_buf(substream); in catpt_dai_hw_params()
/linux-6.3-rc2/sound/soc/sof/
A Dpcm.c30 struct snd_dma_buffer *dmab = snd_pcm_get_dma_buf(substream); in create_page_table()

Completed in 22 milliseconds