]> git.baikalelectronics.ru Git - kernel.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)
commit6b739984b92e6eb42dc7d0893750b8df15e72008
tree5408a9998087bee74c98b5d00adc1534f2aee5be
parentbf31113208499c498256cefc5aacb29d63b78abe
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