public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][STABLE 2.6.32]ASoC: wm8940: Properly set codec->bias_level
@ 2011-11-09  1:30 Axel Lin
  0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2011-11-09  1:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: broonie, chris, stefan.bader, stable, stable-commits

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Chris Paulson-Ellis <chris@edesix.com>
Cc: Stefan Bader <stefan.bader@canonical.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
Due to API change, the patch "ASoC: wm8940: Properly set codec->dapm.bias_level"
won't build in linux-2.6.32. Thus we need this revision for 2.6.32.
This patch is against linux-2.6.32.

Regards,
Axel
 sound/soc/codecs/wm8940.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c
index 1ef2454..de081df 100644
--- a/sound/soc/codecs/wm8940.c
+++ b/sound/soc/codecs/wm8940.c
@@ -472,6 +472,7 @@ static int wm8940_set_bias_level(struct snd_soc_codec *codec,
 		ret = snd_soc_write(codec, WM8940_POWER1, pwr_reg);
 		break;
 	}
+	codec->bias_level = level;
 
 	return ret;
 }
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-09  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09  1:30 [PATCH][STABLE 2.6.32]ASoC: wm8940: Properly set codec->bias_level Axel Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox