Home
last modified time | relevance | path

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

/Linux-v4.19/sound/hda/
Dhdac_stream.c398 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
409 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
413 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
/Linux-v4.19/include/sound/
Dpcm.h1256 #define snd_pcm_get_dma_buf(substream) ((substream)->runtime->dma_buffer_p) macro
1263 snd_pcm_get_dma_buf(substream)->private_data
1282 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr()
1293 return snd_sgbuf_get_ptr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_ptr()
1307 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-pcm.c443 struct snd_dma_buffer *dmab = snd_pcm_get_dma_buf(substream); in create_adsp_page_table()
611 dmab = snd_pcm_get_dma_buf(substream); in hsw_pcm_hw_params()
/Linux-v4.19/sound/pci/hda/
Dhda_intel.c441 __mark_pages_wc(chip, snd_pcm_get_dma_buf(substream), on); in mark_runtime_wc()