OSDN Git Service

ASoC: Intel: Skylake: make snd_pcm_hardware const
authorBhumika Goyal <bhumirks@gmail.com>
Thu, 17 Aug 2017 10:16:09 +0000 (15:46 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 17 Aug 2017 16:58:17 +0000 (17:58 +0100)
commit8df397ff0e281d5324d4b7a7e9fa56c4188e0a66
tree422a0340614eb1e155eda1e35abb0293f098bba2
parenta7468e478a95db31c0f64e8497fadd9df5c49789
ASoC: Intel: Skylake: make snd_pcm_hardware const

Make this const as it is 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/intel/skylake/skl-pcm.c