diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-01-21 11:27:51 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-21 12:44:05 -0500 |
commit | 34354792432b6e0a3b156819a1a19716c50d3473 (patch) | |
tree | 5c59331131e9f1535cf7e7856e471d198b952287 /sound/soc | |
parent | d8ec26d7f8287f5788a494f56e8814210f0e64be (diff) |
ASoC: wm5110: Extend SYSCLK patch file for rev D
Latest evaluation of the the device has given some patch file additions
for improved performance.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm5110.c | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c index 0ab2dc296474..c4c9ed7acd78 100644 --- a/sound/soc/codecs/wm5110.c +++ b/sound/soc/codecs/wm5110.c | |||
@@ -43,6 +43,54 @@ static const struct reg_default wm5110_sysclk_revd_patch[] = { | |||
43 | { 0x3133, 0x1201 }, | 43 | { 0x3133, 0x1201 }, |
44 | { 0x3183, 0x1501 }, | 44 | { 0x3183, 0x1501 }, |
45 | { 0x31D3, 0x1401 }, | 45 | { 0x31D3, 0x1401 }, |
46 | { 0x0049, 0x01ea }, | ||
47 | { 0x004a, 0x01f2 }, | ||
48 | { 0x0057, 0x01e7 }, | ||
49 | { 0x0058, 0x01fb }, | ||
50 | { 0x33ce, 0xc4f5 }, | ||
51 | { 0x33cf, 0x1361 }, | ||
52 | { 0x33d0, 0x0402 }, | ||
53 | { 0x33d1, 0x4700 }, | ||
54 | { 0x33d2, 0x026d }, | ||
55 | { 0x33d3, 0xff00 }, | ||
56 | { 0x33d4, 0x026d }, | ||
57 | { 0x33d5, 0x0101 }, | ||
58 | { 0x33d6, 0xc4f5 }, | ||
59 | { 0x33d7, 0x0361 }, | ||
60 | { 0x33d8, 0x0402 }, | ||
61 | { 0x33d9, 0x6701 }, | ||
62 | { 0x33da, 0xc4f5 }, | ||
63 | { 0x33db, 0x136f }, | ||
64 | { 0x33dc, 0xc4f5 }, | ||
65 | { 0x33dd, 0x134f }, | ||
66 | { 0x33de, 0xc4f5 }, | ||
67 | { 0x33df, 0x131f }, | ||
68 | { 0x33e0, 0x026d }, | ||
69 | { 0x33e1, 0x4f01 }, | ||
70 | { 0x33e2, 0x026d }, | ||
71 | { 0x33e3, 0xf100 }, | ||
72 | { 0x33e4, 0x026d }, | ||
73 | { 0x33e5, 0x0001 }, | ||
74 | { 0x33e6, 0xc4f5 }, | ||
75 | { 0x33e7, 0x0361 }, | ||
76 | { 0x33e8, 0x0402 }, | ||
77 | { 0x33e9, 0x6601 }, | ||
78 | { 0x33ea, 0xc4f5 }, | ||
79 | { 0x33eb, 0x136f }, | ||
80 | { 0x33ec, 0xc4f5 }, | ||
81 | { 0x33ed, 0x134f }, | ||
82 | { 0x33ee, 0xc4f5 }, | ||
83 | { 0x33ef, 0x131f }, | ||
84 | { 0x33f0, 0x026d }, | ||
85 | { 0x33f1, 0x4e01 }, | ||
86 | { 0x33f2, 0x026d }, | ||
87 | { 0x33f3, 0xf000 }, | ||
88 | { 0x33f6, 0xc4f5 }, | ||
89 | { 0x33f7, 0x1361 }, | ||
90 | { 0x33f8, 0x0402 }, | ||
91 | { 0x33f9, 0x4600 }, | ||
92 | { 0x33fa, 0x026d }, | ||
93 | { 0x33fb, 0xfe00 }, | ||
46 | }; | 94 | }; |
47 | 95 | ||
48 | static int wm5110_sysclk_ev(struct snd_soc_dapm_widget *w, | 96 | static int wm5110_sysclk_ev(struct snd_soc_dapm_widget *w, |