Searched refs:snd_hwparams_to_dma_slave_config (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/sound/soc/atmel/ |
D | atmel-pcm-dma.c | 88 ret = snd_hwparams_to_dma_slave_config(substream, params, slave_config); in atmel_pcm_configure_dma()
|
D | atmel-pdmic.c | 198 ret = snd_hwparams_to_dma_slave_config(substream, params, in atmel_pdmic_platform_configure_dma()
|
/Linux-v5.10/sound/core/ |
D | pcm_dmaengine.c | 52 int snd_hwparams_to_dma_slave_config(const struct snd_pcm_substream *substream, in snd_hwparams_to_dma_slave_config() function 85 EXPORT_SYMBOL_GPL(snd_hwparams_to_dma_slave_config);
|
/Linux-v5.10/include/sound/ |
D | dmaengine_pcm.h | 28 int snd_hwparams_to_dma_slave_config(const struct snd_pcm_substream *substream,
|
/Linux-v5.10/sound/soc/ux500/ |
D | ux500_pcm.c | 105 ret = snd_hwparams_to_dma_slave_config(substream, params, slave_config); in ux500_pcm_prepare_slave_config()
|
/Linux-v5.10/sound/arm/ |
D | pxa2xx-pcm-lib.c | 45 ret = snd_hwparams_to_dma_slave_config(substream, params, &config); in pxa2xx_pcm_hw_params()
|
/Linux-v5.10/sound/soc/tegra/ |
D | tegra_pcm.c | 151 ret = snd_hwparams_to_dma_slave_config(substream, params, in tegra_pcm_hw_params()
|
/Linux-v5.10/sound/soc/ |
D | soc-generic-dmaengine-pcm.c | 61 ret = snd_hwparams_to_dma_slave_config(substream, params, slave_config); in snd_dmaengine_pcm_prepare_slave_config()
|
/Linux-v5.10/sound/soc/img/ |
D | img-i2s-in.c | 404 ret = snd_hwparams_to_dma_slave_config(st, params, sc); in img_i2s_in_dma_prepare_slave_config()
|
D | img-i2s-out.c | 410 ret = snd_hwparams_to_dma_slave_config(st, params, sc); in img_i2s_out_dma_prepare_slave_config()
|