]> git.baikalelectronics.ru Git - kernel.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)
commit1434f69ed3a338b3ac76ffdcbdf9bd7054c84a3d
treeeef67b93bd08405cec58828bef1c45c6038f759b
parent087c9dabf5d969d9439db07788f6459e15a909dc
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