]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: azt3328: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:18:16 +0000 (14:18 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:49 +0000 (10:42 +0200)
commitad74edf7eb8c80d5d5e3f740a845507d2c86f6b9
treeedc20dbe39316d8cda493fc4bb13a395426259e8
parente87d9af7d558644ad1cfae072c05a4366c624d16
ALSA: azt3328: 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/azt3328.c