]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl: Remove unused inline function imx_pcm_dma_params_init_data()
authorGaosheng Cui <cuigaosheng1@huawei.com>
Fri, 23 Sep 2022 09:03:55 +0000 (17:03 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 23 Sep 2022 12:56:25 +0000 (13:56 +0100)
commitae0381c8350228424f44132073507f98cc2bc17d
tree91a58650c114a63e713d2cee14f5ee2912d99dae
parent789e01a3dc4a664340d1e009d7e0b509a1abdaaf
ASoC: fsl: Remove unused inline function imx_pcm_dma_params_init_data()

The imx_pcm_dma_params_init_data() are no longer used since
commit de1e2c319cc2 ("ASoC: imx-ssi: Remove unused driver"),
and the function is used to initialize some members of
"struct imx_dma_data", it's more readable to assign the value
directly, imx_pcm_dma_params_init_data is useless, so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20220923090355.507648-1-cuigaosheng1@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/imx-pcm.h