ALSA: cs423x: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:12:16 +0000 (14:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:46 +0000 (10:42 +0200)
commit0adaf3bea166d21dfd420b8628ca74adf15d75f8
tree114c5568389b5f90841a28eae106a9a722bfb876
parentbf8334845598a172b42ee487b05eb4394c86bce8
ALSA: cs423x: 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>
sound/isa/cs423x/cs4236_lib.c