summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-08-01 15:48:44 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2012-08-01 15:48:44 -0400
commitb0181b7503716602d87cb9a7e6c24027a94b64b4 (patch)
treeb1fe21ff070825f0bb92c69b3185f77cec1d4308
parent4e2019aa2748ab198f49391474072d5c63ef7b67 (diff)
downloadlongterm-queue-2.6.34-b0181b7503716602d87cb9a7e6c24027a94b64b4.tar.gz
fix compile fail in ASoC-wm8940-Properly-set-codec-dapm.bias_level.patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/ASoC-wm8940-Properly-set-codec-dapm.bias_level.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/queue/ASoC-wm8940-Properly-set-codec-dapm.bias_level.patch b/queue/ASoC-wm8940-Properly-set-codec-dapm.bias_level.patch
index 8309781..26b1324 100644
--- a/queue/ASoC-wm8940-Properly-set-codec-dapm.bias_level.patch
+++ b/queue/ASoC-wm8940-Properly-set-codec-dapm.bias_level.patch
@@ -8,7 +8,7 @@ commit 5927f94700e860ae27ff24e7f3bc9e4f7b9922eb upstream.
Reported-by: Chris Paulson-Ellis <chris@edesix.com>
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-Cc: stable@vger.kernel.org
+[PG: in .34 it uses codec->bias_level and not codec->dapm.bias_level]
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c
@@ -19,7 +19,7 @@ index 0c04b47..cbe5edd 100644
break;
}
-+ codec->dapm.bias_level = level;
++ codec->bias_level = level;
+
return ret;
}