OSDN Git Service

ASoC: Intel: kbl: make snd_pcm_hw_constraint_list const
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 11 Aug 2017 15:56:49 +0000 (21:26 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 16 Aug 2017 11:01:03 +0000 (12:01 +0100)
commit2d5f8487818b9231dfb244adda5e890e004b4a76
tree1ceb6bafe2480010437f4d789eff9858ebc30134
parentf2c402ba55fe7cc3924de683ac5eef99c75eab04
ASoC: Intel: kbl: make snd_pcm_hw_constraint_list const

Make these const as they are only passed to the function
snd_pcm_hw_constraint_list having the corresponding argument as const.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/kbl_rt5663_max98927.c