]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit26bb0840b064c5d053a3850344472472d1c932a7
tree111689232249ea31d3a93266a14a4f49c95cc6b8
parent6a0fa58cdd92da9a8e6fa4e621cabd91974091b3
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