ASoC: intel: byt: Constify hw_constraints
authorTakashi Iwai <[email protected]>
Thu, 8 Jun 2017 21:37:22 +0000 (23:37 +0200)
committerMark Brown <[email protected]>
Tue, 13 Jun 2017 20:29:37 +0000 (21:29 +0100)
commit1ebb4d9dbf8f7a429abff359fa1d779b639da76f
tree8583239c7bbd9543bbd2e24cd0bdede46598aede
parenta03bdaa565cbf23fa86697727a7d2bf1465e7a03
ASoC: intel: byt: 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 <[email protected]>
Acked-By: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/boards/bytcht_nocodec.c
sound/soc/intel/boards/bytcr_rt5651.c