ALSA: gus: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:16:25 +0000 (14:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:47 +0000 (10:42 +0200)
commitbfa516a109ae77dae34b69f36d09b8f9d329384b
tree7b4a27e15998a2aaebacbc4553a784c211ca201e
parent21709121fb734715b4c4819aae36aad50cc88fd7
ALSA: gus: 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/gus/gus_pcm.c