Searched refs:snd_pcm_get_dma_buf (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/sound/ |
D | pcm.h | 1201 #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/ |
D | hda_controller.c | 370 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()
|
D | hda_intel.c | 411 __mark_pages_wc(chip, snd_pcm_get_dma_buf(substream), on); in mark_runtime_wc()
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-pcm.c | 443 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()
|