]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: intel8x0: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:21:31 +0000 (14:21 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:53 +0000 (10:42 +0200)
commit0f470ce622230b7ebfb88ec8db8676e278867046
tree2fcd3312728f08cd257d966bf7c47c7caa843121
parent965f19bed24d240c845401015e42ad5cb0cca00c
ALSA: intel8x0: 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/intel8x0.c
sound/pci/intel8x0m.c