]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: fm801: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:19:28 +0000 (14:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:51 +0000 (10:42 +0200)
commit4ea1428821ccdb06c96dac3a4995b5d7ab3445d8
treea353203268f22b6025b08339e45c30c8cf2b371e
parent5cd89f1df1ff2a2c9b7b5b7fd497df36ad8426bc
ALSA: fm801: 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/fm801.c