]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: atiixp: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:17:39 +0000 (14:17 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:49 +0000 (10:42 +0200)
commit8e4e0be712f619badd389a8f87a9b98a5b05353a
treea94ac0b6d69e5425c5142dda3a1fa0017d2c0b7b
parent524d6d2aef9028f8abebba65bc5fe0b24b5f06a1
ALSA: atiixp: 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/atiixp_modem.c