Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dpcm.h1201 #define snd_pcm_get_dma_buf(substream) ((substream)->runtime->dma_buffer_p) macro
1208 snd_pcm_get_dma_buf(substream)->private_data
1227 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr()
1238 return snd_sgbuf_get_ptr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_ptr()
1252 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
/linux-4.1.27/sound/pci/hda/
Dhda_controller.c370 ofs = setup_bdle(chip, snd_pcm_get_dma_buf(substream), in azx_setup_periods()
381 ofs = setup_bdle(chip, snd_pcm_get_dma_buf(substream), in azx_setup_periods()
385 ofs = setup_bdle(chip, snd_pcm_get_dma_buf(substream), in azx_setup_periods()
Dhda_intel.c411 __mark_pages_wc(chip, snd_pcm_get_dma_buf(substream), on); in mark_runtime_wc()
/linux-4.1.27/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()