]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitf9fee5534dedd15e69572d2fc2f050e4be3b1d6a
tree9401aa0448aaec91791df07d62fc218352df2fd1
parentbdf84db72fe78a411aacd1a93375978c2941945f
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