]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: bt87x: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:18:33 +0000 (14:18 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:50 +0000 (10:42 +0200)
commit934cd5b76d6fb5bbdefd37815a2b9441eb09d02f
treec9a91f307b7989ce271ede8bc253a6870e36bf03
parent3e2fd04f89e5d38c8df3c4b6dba771f2c46a8f44
ALSA: bt87x: 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/bt87x.c