* FAILED: patch "[PATCH] ASoC: da7219: Fix da7219->alc_en state when enabling ALC" failed to apply to 4.3-stable tree
@ 2016-01-26 0:33 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2016-01-26 0:33 UTC (permalink / raw)
To: axel.lin, Adam.Thomson.Opensource, broonie; +Cc: stable
The patch below does not apply to the 4.3-stable tree.
If someone wants it applied there, or to any other stable or longterm
tree, then please email the backport, including the original git commit
id to <stable@vger.kernel.org>.
thanks,
greg k-h
------------------ original commit in Linus's tree ------------------
>From c5cff89b5f64b4fc7f6fd9be44b1aa7e766a94e4 Mon Sep 17 00:00:00 2001
From: Axel Lin <axel.lin@ingics.com>
Date: Wed, 21 Oct 2015 08:34:37 +0800
Subject: [PATCH] ASoC: da7219: Fix da7219->alc_en state when enabling ALC
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Tested-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c
index abba4b36caa0..f238c1e8a69c 100644
--- a/sound/soc/codecs/da7219.c
+++ b/sound/soc/codecs/da7219.c
@@ -402,7 +402,7 @@ static int da7219_alc_sw_put(struct snd_kcontrol *kcontrol,
/* Force ALC offset calibration if enabling ALC */
if ((ucontrol->value.integer.value[0]) && (!da7219->alc_en)) {
da7219_alc_calib(codec);
- da7219->alc_en = false;
+ da7219->alc_en = true;
} else {
da7219->alc_en = false;
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-26 0:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 0:33 FAILED: patch "[PATCH] ASoC: da7219: Fix da7219->alc_en state when enabling ALC" failed to apply to 4.3-stable tree gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).