]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: ice1712: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:20:40 +0000 (14:20 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:52 +0000 (10:42 +0200)
commit5cf30ddf81bd0074eb0d867fc99a6f52997db71b
treec6120a2c8f3303a80c44eeab8bdcad5f311832cd
parent50c697adfb7770a28081f73e7f9f6ddc5b55cfc5
ALSA: ice1712: 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/ice1712/ice1712.c
sound/pci/ice1712/ice1712.h