On Tue, Mar 10, 2015 at 01:14:49PM +0000, Handrigan, Paul wrote:
------ Original message------
From: Takashi Iwai
Dunno what your mail client is doing here Paul but it's pretty spectacular...!
Date: Tue, Mar 10, 2015 6:39 AM
To: Mark Brown;
Cc: Liam Girdwood;Lars-Peter Clausen;Austin, Brian;Handrigan, Paul;Charles Keepax;alsa-devel@alsa-project.orgmailto:;alsa-devel@alsa-project.org;
Subject:[PATCH 03/14] ASoC: cs4271: Fix wrong value references for boolean kctl
The correct values referred by a boolean control are value.integer.vahttp://value.integer.value[], not value.enumerated.ithttp://value.enumerated.item[]. The former is long while the latter is int, so it's even incompatible on 64bit architectures.
Cc: ><mailto:stable@vger.kernel.org Signed-off-by: Takashi Iwai ><mailto:tiwai@suse.de
sound/soc/codecs/cs4271.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c index 79a4efcb894c..7d3a6accaf9a 100644 --- a/sound/soc/codecs/cs4271.c +++ b/sound/soc/codecs/cs4271.c
Thanks!
Acked-by: Paul Handrigan ><mailto:Paul.Handrigan@cirrus.com