]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: rme9652: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:22:43 +0000 (14:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:55 +0000 (10:42 +0200)
commit4efdc17169d89e71ce54a716e1b513cd69fed0e6
tree9401aa0448aaec91791df07d62fc218352df2fd1
parent4d550e1aec3406dcb6cec2296b496fc6b7552333
ALSA: rme9652: 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/rme9652/rme9652.c