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