]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: rme32: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:22:02 +0000 (14:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:53 +0000 (10:42 +0200)
commitd9a9dbe6f7eb563bc07a9c7fbcb67d92c6af4542
tree51e8002d5f6a886da33e392ad822bb484df1bfbb
parent3c1608df4c9fa4b70f37bdb4f655091903d170f1
ALSA: rme32: 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/rme32.c