]> git.baikalelectronics.ru Git - kernel.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)
commit4f0e684987ed1f6b164c9533fd8fc6706874250f
tree214c99d5c2054ca242b5a627632de98cb1d41440
parenteec67abc4f9cda2ae6ab1b49b275ee597377e5df
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