Home
last modified time | relevance | path

Searched refs:snd_hwparams_to_dma_slave_config (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm_dmaengine.c61 int snd_hwparams_to_dma_slave_config(const struct snd_pcm_substream *substream, in snd_hwparams_to_dma_slave_config() function
94 EXPORT_SYMBOL_GPL(snd_hwparams_to_dma_slave_config);
/linux-4.4.14/include/sound/
Ddmaengine_pcm.h36 int snd_hwparams_to_dma_slave_config(const struct snd_pcm_substream *substream,
/linux-4.4.14/sound/soc/atmel/
Datmel-pcm-dma.c102 ret = snd_hwparams_to_dma_slave_config(substream, params, slave_config); in atmel_pcm_configure_dma()
/linux-4.4.14/sound/soc/ux500/
Dux500_pcm.c108 ret = snd_hwparams_to_dma_slave_config(substream, params, slave_config); in ux500_pcm_prepare_slave_config()
/linux-4.4.14/sound/arm/
Dpxa2xx-pcm-lib.c51 ret = snd_hwparams_to_dma_slave_config(substream, params, &config); in __pxa2xx_pcm_hw_params()
/linux-4.4.14/sound/soc/omap/
Domap-pcm.c100 err = snd_hwparams_to_dma_slave_config(substream, params, &config); in omap_pcm_hw_params()
/linux-4.4.14/sound/soc/
Dsoc-generic-dmaengine-pcm.c76 ret = snd_hwparams_to_dma_slave_config(substream, params, slave_config); in snd_dmaengine_pcm_prepare_slave_config()