]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: pcm: Constify the list in snd_pcm_hw_constraint_list
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 14 Mar 2012 19:48:43 +0000 (19:48 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 15 Mar 2012 06:35:17 +0000 (07:35 +0100)
commit4af87a939ef7092fdca267fba473cf8407d6d8e2
treeb35dac738d2e5ec6f778b3095246dbac2a1be255
parent28aa165cc52fa686a55a2a2052fdddad0fbde5eb
ALSA: pcm: Constify the list in snd_pcm_hw_constraint_list

Allows the constraint lists to be declared const by drivers which seems
reasonable; there's plenty of other constification we could do if we were
being complete but this was easy and quick.

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