]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: sonicvibes: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:22:55 +0000 (14:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:55 +0000 (10:42 +0200)
commitde900b182ef1826e887c4458d7af0696f08fcc4b
tree5408a9998087bee74c98b5d00adc1534f2aee5be
parentf9fee5534dedd15e69572d2fc2f050e4be3b1d6a
ALSA: sonicvibes: 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/sonicvibes.c