Home
last modified time | relevance | path

Searched refs:snd_dmaengine_pcm_get_chan (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/core/
Dpcm_dmaengine.c44 struct dma_chan *snd_dmaengine_pcm_get_chan(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_get_chan() function
50 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_get_chan);
/linux-4.1.27/include/sound/
Ddmaengine_pcm.h52 struct dma_chan *snd_dmaengine_pcm_get_chan(struct snd_pcm_substream *substream);
/linux-4.1.27/sound/soc/omap/
Domap-pcm.c95 chan = snd_dmaengine_pcm_get_chan(substream); in omap_pcm_hw_params()
/linux-4.1.27/sound/soc/pxa/
Dmmp-pcm.c64 struct dma_chan *chan = snd_dmaengine_pcm_get_chan(substream); in mmp_pcm_hw_params()
/linux-4.1.27/sound/soc/
Dsoc-generic-dmaengine-pcm.c86 struct dma_chan *chan = snd_dmaengine_pcm_get_chan(substream); in dmaengine_pcm_hw_params()