Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/hda/
H A 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()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h1258 #define snd_pcm_get_dma_buf(substream) ((substream)->runtime->dma_buffer_p) macro
1265 snd_pcm_get_dma_buf(substream)->private_data
1276 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr()
1287 return snd_sgbuf_get_ptr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_ptr()
1301 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
/OK3568_Linux_fs/kernel/sound/soc/intel/catpt/
H A 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()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dpcm.c30 struct snd_dma_buffer *dmab = snd_pcm_get_dma_buf(substream); in create_page_table()