]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: cs53l30: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Jun 2017 21:37:20 +0000 (23:37 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 13 Jun 2017 20:31:17 +0000 (21:31 +0100)
commit92f468d2c587e3cea32032df064d06c96637f295
tree275781da26a78dfb78c9dc7fa4eb7075399ebde9
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6
ASoC: cs53l30: 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/cs53l30.c