]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: ali5451: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:17:23 +0000 (14:17 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:49 +0000 (10:42 +0200)
commitabcdb7759ee7148fa19f630f2e8a3c2ea3ac74bc
treeedd55cb1461c58f80f89d0c2326996ed977713cd
parentc427a1dd4bdcefa43cce54d524cdf9221dc83794
ALSA: ali5451: 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/ali5451/ali5451.c