diff mbox

[1/1] ASoC: sgtl5000: add one missed cache reg

Message ID 1312198878-13453-1-git-send-email-b29396@freescale.com (mailing list archive)
State New, archived
Headers show

Commit Message

Aisheng Dong Aug. 1, 2011, 11:41 a.m. UTC
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(-)

Comments

Wolfram Sang Aug. 1, 2011, 1:04 p.m. UTC | #1
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>
Liam Girdwood Aug. 1, 2011, 1:15 p.m. UTC | #2
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>
Mark Brown Aug. 1, 2011, 1:18 p.m. UTC | #3
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.
diff mbox

Patch

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 */