ALSA: es1688: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:15:49 +0000 (14:15 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:47 +0000 (10:42 +0200)
commit4ea2bb7311deab401d01877f15c75e0803ac6257
tree19178890d0859a99db8ab73a4f1fb111535e0ad9
parent0adaf3bea166d21dfd420b8628ca74adf15d75f8
ALSA: es1688: 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/es1688/es1688_lib.c