]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: es1938: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:19:56 +0000 (14:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:52 +0000 (10:42 +0200)
commit44d715074d4006d30d3eaa35412f2d31896245ad
tree79c36080168b5c58ee9a2bdd0c42555dcb41d764
parent8130829a9b73dca2bd9cc7ce8ea031405cb1757f
ALSA: es1938: 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/es1938.c