Searched refs:snd_hwparams_to_dma_slave_config (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/core/ |
D | pcm_dmaengine.c | 61 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/ |
D | dmaengine_pcm.h | 36 int snd_hwparams_to_dma_slave_config(const struct snd_pcm_substream *substream,
|
/linux-4.4.14/sound/soc/atmel/ |
D | atmel-pcm-dma.c | 102 ret = snd_hwparams_to_dma_slave_config(substream, params, slave_config); in atmel_pcm_configure_dma()
|
/linux-4.4.14/sound/soc/ux500/ |
D | ux500_pcm.c | 108 ret = snd_hwparams_to_dma_slave_config(substream, params, slave_config); in ux500_pcm_prepare_slave_config()
|
/linux-4.4.14/sound/arm/ |
D | pxa2xx-pcm-lib.c | 51 ret = snd_hwparams_to_dma_slave_config(substream, params, &config); in __pxa2xx_pcm_hw_params()
|
/linux-4.4.14/sound/soc/omap/ |
D | omap-pcm.c | 100 err = snd_hwparams_to_dma_slave_config(substream, params, &config); in omap_pcm_hw_params()
|
/linux-4.4.14/sound/soc/ |
D | soc-generic-dmaengine-pcm.c | 76 ret = snd_hwparams_to_dma_slave_config(substream, params, slave_config); in snd_dmaengine_pcm_prepare_slave_config()
|