]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: pcm: Make constraints lists const
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 5 Jul 2012 11:15:01 +0000 (12:15 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Jul 2012 12:19:39 +0000 (14:19 +0200)
commit1464189f8c2a5341722437ef916786afaf241c44
tree8a880a5e7cbb4fa5baae9a8d1cf3d8d21aac6190
parentda185443c12f5ef7416af50293833a5654854186
ALSA: pcm: Make constraints lists const

They aren't modified by the core so the drivers can declare them const.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h
sound/core/pcm_lib.c