Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_dmaengine.c294 int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, in snd_dmaengine_pcm_open() function
318 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_open);
336 return snd_dmaengine_pcm_open(substream, in snd_dmaengine_pcm_open_request_chan()
/linux-4.1.27/include/sound/
Ddmaengine_pcm.h42 int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream,
/linux-4.1.27/sound/soc/omap/
Domap-pcm.c145 ret = snd_dmaengine_pcm_open(substream, chan); in omap_pcm_open()
/linux-4.1.27/sound/soc/
Dsoc-generic-dmaengine-pcm.c200 return snd_dmaengine_pcm_open(substream, chan); in dmaengine_pcm_open()