OSDN Git Service

ALSA: nm256: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:21:49 +0000 (14:21 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:53 +0000 (10:42 +0200)
commit3f2bdc45f36df349d9f9984252b612c57a8b1a73
tree047a19262274def6b9788179643ad48074172cdc
parent0f470ce622230b7ebfb88ec8db8676e278867046
ALSA: nm256: 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/nm256/nm256.c