ASoC: cs35l34: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Jun 2017 21:37:19 +0000 (23:37 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 13 Jun 2017 20:30:12 +0000 (21:30 +0100)
commite8fa1a4929849b71936f30e88c0b17c3a641509d
tree111689232249ea31d3a93266a14a4f49c95cc6b8
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6
ASoC: cs35l34: Constify hw_constraints

snd_pcm_hw_constraint_list(), *_ratnums() and *_ratdens() receive the
const pointers.  Constify the corresponding static objects for better
hardening.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l34.c