]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: sh: make snd_pcm_hardware const
authorBhumika Goyal <bhumirks@gmail.com>
Thu, 17 Aug 2017 10:16:11 +0000 (15:46 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 17 Aug 2017 16:57:21 +0000 (17:57 +0100)
commit618c3857acf22b7d891fbfc6f443579ab404e2b3
tree1113705f86f917e7f351d8fa0d889574a359034a
parent2e9ecb8439cff15f218ac85ee40e839d1098544a
ASoC: sh: 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/sh/dma-sh7760.c
sound/soc/sh/fsi.c
sound/soc/sh/rcar/core.c
sound/soc/sh/siu_dai.c