diff options
author | Dong Aisheng <b29396@freescale.com> | 2011-08-01 07:41:18 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-01 09:17:50 -0400 |
commit | c56c5d08e121d103adc026df112ed11ee3a8d1d1 (patch) | |
tree | 10f420033429568c9607adedeabe2f81bdc0c74b /sound/soc/codecs/sgtl5000.c | |
parent | 4537c4e7618d05c77e9f8c5259c977f927a37e2f (diff) |
ASoC: sgtl5000: add one missed cache reg
Signed-off-by: Dong Aisheng <b29396@freescale.com>
Signed-off-by: Zeng Zhaoming <zhaoming.zeng@freescale.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/sgtl5000.c')
-rw-r--r-- | 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 cf6eea8b458e..d9f8becafbf6 100644 --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c | |||
@@ -50,6 +50,7 @@ static const u16 sgtl5000_regs[SGTL5000_MAX_REG_OFFSET >> 1] = { | |||
50 | 0x0000, /* 0x0016, reserved */ | 50 | 0x0000, /* 0x0016, reserved */ |
51 | 0x0000, /* 0x0018, reserved */ | 51 | 0x0000, /* 0x0018, reserved */ |
52 | 0x0000, /* 0x001A, reserved */ | 52 | 0x0000, /* 0x001A, reserved */ |
53 | 0x0000, /* 0x001C, reserved */ | ||
53 | 0x0000, /* 0x001E, reserved */ | 54 | 0x0000, /* 0x001E, reserved */ |
54 | 0x0000, /* 0x0020, CHIP_ANA_ADC_CTRL */ | 55 | 0x0000, /* 0x0020, CHIP_ANA_ADC_CTRL */ |
55 | 0x1818, /* 0x0022, CHIP_ANA_HP_CTRL */ | 56 | 0x1818, /* 0x0022, CHIP_ANA_HP_CTRL */ |