public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: uda134x - set reg_cache_default to uda134x_reg
@ 2010-11-19  7:48 Axel Lin
  2010-11-19 11:09 ` Liam Girdwood
  2010-11-19 11:22 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2010-11-19  7:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Liam Girdwood, Mark Brown, Christian Pellegrin

After checking the code in 2.6.36,
I found this is missing during multi-component conversion.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 sound/soc/codecs/uda134x.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c
index 8ea81d4..6b6c0d2 100644
--- a/sound/soc/codecs/uda134x.c
+++ b/sound/soc/codecs/uda134x.c
@@ -597,6 +597,7 @@ static struct snd_soc_codec_driver soc_codec_dev_uda134x = {
 	.resume =       uda134x_soc_resume,
 	.reg_cache_size = sizeof(uda134x_reg),
 	.reg_word_size = sizeof(u8),
+	.reg_cache_default = uda134x_reg,
 	.reg_cache_step = 1,
 	.read = uda134x_read_reg_cache,
 	.write = uda134x_write,
-- 
1.7.2




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

* Re: [PATCH] ASoC: uda134x - set reg_cache_default to uda134x_reg
  2010-11-19  7:48 [PATCH] ASoC: uda134x - set reg_cache_default to uda134x_reg Axel Lin
@ 2010-11-19 11:09 ` Liam Girdwood
  2010-11-19 11:22 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-11-19 11:09 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Mark Brown, Christian Pellegrin

On Fri, 2010-11-19 at 15:48 +0800, Axel Lin wrote:
> After checking the code in 2.6.36,
> I found this is missing during multi-component conversion.
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  sound/soc/codecs/uda134x.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk


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

* Re: [PATCH] ASoC: uda134x - set reg_cache_default to uda134x_reg
  2010-11-19  7:48 [PATCH] ASoC: uda134x - set reg_cache_default to uda134x_reg Axel Lin
  2010-11-19 11:09 ` Liam Girdwood
@ 2010-11-19 11:22 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-11-19 11:22 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Liam Girdwood, Christian Pellegrin

On Fri, Nov 19, 2010 at 03:48:06PM +0800, Axel Lin wrote:
> After checking the code in 2.6.36,
> I found this is missing during multi-component conversion.
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Applied, thanks.

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

end of thread, other threads:[~2010-11-19 11:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19  7:48 [PATCH] ASoC: uda134x - set reg_cache_default to uda134x_reg Axel Lin
2010-11-19 11:09 ` Liam Girdwood
2010-11-19 11:22 ` Mark Brown

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