OSDN Git Service

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)
commit3e2fd04f89e5d38c8df3c4b6dba771f2c46a8f44
treeedc20dbe39316d8cda493fc4bb13a395426259e8
parent2e5eb6b745315c2c12f970929d410be920ae18bb
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