]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc9b4ef01418c1c954a548083f8ff255f364eb781
tree422a0340614eb1e155eda1e35abb0293f098bba2
parent28cb0b4b6d681d6d6ed56f2705aae29ab7ff6371
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