]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hdspm: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:22:35 +0000 (14:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:54 +0000 (10:42 +0200)
commitbdf84db72fe78a411aacd1a93375978c2941945f
treec98192a88236e257fb880db4f28e0115771f5ae5
parent4640c034ebf59f7188dd1fb661e6be80e5598d0d
ALSA: hdspm: 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/hdspm.c