]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl: make snd_pcm_hardware const
authorBhumika Goyal <bhumirks@gmail.com>
Thu, 17 Aug 2017 10:16:07 +0000 (15:46 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 17 Aug 2017 16:56:52 +0000 (17:56 +0100)
commitb06e8f5b38d2087727206dac24c49b5ec510f9c0
tree5fadde632566b5f14897eb2c9a7c5d05e81bf1fc
parent2cab8f60be895a192e3b47ae7ed72ac33eaa2b9e
ASoC: fsl: make snd_pcm_hardware const

Make these const as they are only passed as the 2nd argument to the
function snd_soc_set_runtime_hwparams, which is const.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_asrc_dma.c
sound/soc/fsl/imx-pcm-fiq.c