]> git.karo-electronics.de Git - karo-tx-linux.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)
commita7f8009df4078fa28eb26f6caac89da60fd94a16
tree51e8002d5f6a886da33e392ad822bb484df1bfbb
parent3f2bdc45f36df349d9f9984252b612c57a8b1a73
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