]> 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)
commitd3f84da0ebcb76a287c825b3299a2b2967eb044f
treeedc20dbe39316d8cda493fc4bb13a395426259e8
parent7446821c2c29aeead5787b37fc67800e90d28988
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