summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-10-11 15:37:38 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-10-11 18:25:11 +0100
commit3a53d827292b657afcb73495cac139371cb157e1 (patch)
tree5b64f8253105b9b1b35f87d99aa5e88ce1f8d44e
parent684a65d4fba9099ed132a3a9a698390e17df9000 (diff)
ASoC: Add missing default for WM5100 Clocking 1
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--sound/soc/codecs/wm5100-tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm5100-tables.c b/sound/soc/codecs/wm5100-tables.c
index 960617bf72e3..e9ce81a57b85 100644
--- a/sound/soc/codecs/wm5100-tables.c
+++ b/sound/soc/codecs/wm5100-tables.c
@@ -794,6 +794,7 @@ u16 wm5100_reg_defaults[WM5100_MAX_REGISTER + 1] = {
[0x0030] = 0x0000, /* R48 - PWM Drive 1 */
[0x0031] = 0x0100, /* R49 - PWM Drive 2 */
[0x0032] = 0x0100, /* R50 - PWM Drive 3 */
+ [0x0100] = 0x0002, /* R256 - Clocking 1 */
[0x0101] = 0x0000, /* R257 - Clocking 3 */
[0x0102] = 0x0011, /* R258 - Clocking 4 */
[0x0103] = 0x0011, /* R259 - Clocking 5 */