]> 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)
commit32158d6cbebfb19a3e1bd6452c8ba0b51f30d0e3
tree51e8002d5f6a886da33e392ad822bb484df1bfbb
parent01c7577531bdc56430e8d5a59a6cfbf922eb05fe
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