ALSA: emu10k1: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:19:20 +0000 (14:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:51 +0000 (10:42 +0200)
commit973f1d6c9467e5f0e3988d1449abc4191090798f
treec71ce542cf1b4cbece69e2ddc49955310eb6d66f
parent54e848ceb736d21cd754b90f7a884ae9acf483f3
ALSA: emu10k1: 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/pci/emu10k1/emupcm.c