All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: wm8940: Properly set codec->dapm.bias_level
@ 2011-10-26  1:53 Axel Lin
  2011-10-26  1:55 ` [PATCH 2/2] ASoC: wm8940: Fix mask for setting BCLKDIV Axel Lin
  2011-10-27  7:16 ` [PATCH 1/2] ASoC: wm8940: Properly set codec->dapm.bias_level Mark Brown
  0 siblings, 2 replies; 7+ messages in thread
From: Axel Lin @ 2011-10-26  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Chris Paulson-Ellis, Mark Brown, Dimitris Papastamos,
	Liam Girdwood, alsa-devel

Reported-by: Chris Paulson-Ellis <chris@edesix.com>
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 sound/soc/codecs/wm8940.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c
index fec3892..e8a4ca3 100644
--- a/sound/soc/codecs/wm8940.c
+++ b/sound/soc/codecs/wm8940.c
@@ -488,6 +488,8 @@ static int wm8940_set_bias_level(struct snd_soc_codec *codec,
 		break;
 	}
 
+	codec->dapm.bias_level = level;
+
 	return ret;
 }
 
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-10-27  8:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26  1:53 [PATCH 1/2] ASoC: wm8940: Properly set codec->dapm.bias_level Axel Lin
2011-10-26  1:55 ` [PATCH 2/2] ASoC: wm8940: Fix mask for setting BCLKDIV Axel Lin
2011-10-27  7:17   ` Mark Brown
2011-10-27  7:17     ` Mark Brown
2011-10-27  8:24     ` Axel Lin
2011-10-27  8:24       ` Axel Lin
2011-10-27  7:16 ` [PATCH 1/2] ASoC: wm8940: Properly set codec->dapm.bias_level Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.