]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: es18xx: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:16:10 +0000 (14:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:47 +0000 (10:42 +0200)
commit21709121fb734715b4c4819aae36aad50cc88fd7
tree214c99d5c2054ca242b5a627632de98cb1d41440
parent4ea2bb7311deab401d01877f15c75e0803ac6257
ALSA: es18xx: 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/isa/es18xx.c