提交 b3df026e 编写于 作者: M Mark Brown

ASoC: wm8960: Correct register 0 and 1 defaults

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 19f949f5
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
* using 2 wire for device control, so we cache them instead. * using 2 wire for device control, so we cache them instead.
*/ */
static const struct reg_default wm8960_reg_defaults[] = { static const struct reg_default wm8960_reg_defaults[] = {
{ 0x0, 0x0097 }, { 0x0, 0x00a7 },
{ 0x1, 0x0097 }, { 0x1, 0x00a7 },
{ 0x2, 0x0000 }, { 0x2, 0x0000 },
{ 0x3, 0x0000 }, { 0x3, 0x0000 },
{ 0x4, 0x0000 }, { 0x4, 0x0000 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册