Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ASoC: sgtl5000: add one missed cache reg
@ 2011-08-01 11:41 Dong Aisheng
  2011-08-01 13:04 ` Wolfram Sang
  2011-08-01 13:18 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Dong Aisheng @ 2011-08-01 11:41 UTC (permalink / raw)
  To: alsa-devel; +Cc: s.hauer, broonie, lrg, linux-arm-kernel, w.sang

Signed-off-by: Dong Aisheng <b29396@freescale.com>
Signed-off-by: Zeng Zhaoming <zhaoming.zeng@freescale.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Liam Girdwood <lrg@ti.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
---
 sound/soc/codecs/sgtl5000.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
index 76258f2..5a0d8e4 100644
--- a/sound/soc/codecs/sgtl5000.c
+++ b/sound/soc/codecs/sgtl5000.c
@@ -49,6 +49,7 @@ static const u16 sgtl5000_regs[SGTL5000_MAX_REG_OFFSET >> 1] =  {
 	0x0000, /* 0x0016, reserved */
 	0x0000, /* 0x0018, reserved */
 	0x0000, /* 0x001A, reserved */
+	0x0000, /* 0x001C, reserved */
 	0x0000, /* 0x001E, reserved */
 	0x0000, /* 0x0020, CHIP_ANA_ADC_CTRL */
 	0x1818, /* 0x0022, CHIP_ANA_HP_CTRL */
-- 
1.7.0.4

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

* Re: [PATCH 1/1] ASoC: sgtl5000: add one missed cache reg
  2011-08-01 11:41 [PATCH 1/1] ASoC: sgtl5000: add one missed cache reg Dong Aisheng
@ 2011-08-01 13:04 ` Wolfram Sang
  2011-08-01 13:15   ` Liam Girdwood
  2011-08-01 13:18 ` Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2011-08-01 13:04 UTC (permalink / raw)
  To: Dong Aisheng; +Cc: alsa-devel, broonie, s.hauer, lrg, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 548 bytes --]

On Mon, Aug 01, 2011 at 07:41:18PM +0800, Dong Aisheng wrote:
> Signed-off-by: Dong Aisheng <b29396@freescale.com>
> Signed-off-by: Zeng Zhaoming <zhaoming.zeng@freescale.com>
> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
> Cc: Liam Girdwood <lrg@ti.com>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>

Yup, found this, too:

Acked-by: Wolfram Sang <w.sang@pengutronix.de>

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

* Re: [PATCH 1/1] ASoC: sgtl5000: add one missed cache reg
  2011-08-01 13:04 ` Wolfram Sang
@ 2011-08-01 13:15   ` Liam Girdwood
  0 siblings, 0 replies; 4+ messages in thread
From: Liam Girdwood @ 2011-08-01 13:15 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com,
	Dong Aisheng, s.hauer@pengutronix.de,
	linux-arm-kernel@lists.infradead.org

On 01/08/11 14:04, Wolfram Sang wrote:
> On Mon, Aug 01, 2011 at 07:41:18PM +0800, Dong Aisheng wrote:
>> Signed-off-by: Dong Aisheng <b29396@freescale.com>
>> Signed-off-by: Zeng Zhaoming <zhaoming.zeng@freescale.com>
>> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
>> Cc: Liam Girdwood <lrg@ti.com>
>> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> 
> Yup, found this, too:
> 
> Acked-by: Wolfram Sang <w.sang@pengutronix.de>
> 

Acked-by: Liam Girdwood <lrg@ti.com>

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

* Re: [PATCH 1/1] ASoC: sgtl5000: add one missed cache reg
  2011-08-01 11:41 [PATCH 1/1] ASoC: sgtl5000: add one missed cache reg Dong Aisheng
  2011-08-01 13:04 ` Wolfram Sang
@ 2011-08-01 13:18 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2011-08-01 13:18 UTC (permalink / raw)
  To: Dong Aisheng; +Cc: alsa-devel, s.hauer, lrg, linux-arm-kernel, w.sang

On Mon, Aug 01, 2011 at 07:41:18PM +0800, Dong Aisheng wrote:
> Signed-off-by: Dong Aisheng <b29396@freescale.com>
> Signed-off-by: Zeng Zhaoming <zhaoming.zeng@freescale.com>

Applied, thanks.

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

end of thread, other threads:[~2011-08-01 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 11:41 [PATCH 1/1] ASoC: sgtl5000: add one missed cache reg Dong Aisheng
2011-08-01 13:04 ` Wolfram Sang
2011-08-01 13:15   ` Liam Girdwood
2011-08-01 13:18 ` Mark Brown

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