commit | 4af87a939ef7092fdca267fba473cf8407d6d8e2 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Mar 14 19:48:43 2012 +0000 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Mar 15 07:35:17 2012 +0100 |
tree | b35dac738d2e5ec6f778b3095246dbac2a1be255 | |
parent | 28aa165cc52fa686a55a2a2052fdddad0fbde5eb [diff] |
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>