ASoC: intel: bxt: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 14 Jun 2017 07:33:06 +0000 (09:33 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jun 2017 09:38:12 +0000 (10:38 +0100)
commit21031d531eb33a6ad0251ff661a539802700c6e5
treeb6dbac10351b8bd651c84f48335db6c086637b58
parent7c197881e163f34679b941c75500a6c85560b7c9
ASoC: intel: bxt: 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/intel/boards/bxt_da7219_max98357a.c
sound/soc/intel/boards/bxt_rt298.c