Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/include/sound/
Dpcm.h1214 #define snd_pcm_get_dma_buf(substream) ((substream)->runtime->dma_buffer_p) macro
1221 snd_pcm_get_dma_buf(substream)->private_data
1240 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr()
1251 return snd_sgbuf_get_ptr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_ptr()
1265 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
/linux-4.4.14/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-4.4.14/sound/pci/hda/
Dhda_intel.c426 __mark_pages_wc(chip, snd_pcm_get_dma_buf(substream), on); in mark_runtime_wc()