Home
last modified time | relevance | path

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

/Linux-v5.10/sound/hda/
Dhdac_stream.c450 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
461 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
465 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
/Linux-v5.10/include/sound/
Dpcm.h1254 #define snd_pcm_get_dma_buf(substream) ((substream)->runtime->dma_buffer_p) macro
1261 snd_pcm_get_dma_buf(substream)->private_data
1272 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr()
1283 return snd_sgbuf_get_ptr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_ptr()
1297 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
/Linux-v5.10/sound/soc/intel/catpt/
Dpcm.c157 struct snd_dma_buffer *databuf = snd_pcm_get_dma_buf(substream); in catpt_arrange_page_table()
352 dmab = snd_pcm_get_dma_buf(substream); in catpt_dai_hw_params()
/Linux-v5.10/sound/soc/sof/
Dpcm.c30 struct snd_dma_buffer *dmab = snd_pcm_get_dma_buf(substream); in create_page_table()