]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: sparc: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:23:22 +0000 (14:23 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:56 +0000 (10:42 +0200)
commit4e4b7eaa624d08433ab571920d50b6e14a70ab90
treeeef67b93bd08405cec58828bef1c45c6038f759b
parentfbc57b2a3e74fd56581bc2acacade9eac22544bd
ALSA: sparc: 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/sparc/cs4231.c