Commit 42f3b010 authored by Mark Brown's avatar Mark Brown

ASoC: Remove cache default for volatile wm9081 reset register

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 8faa8c1a
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include "wm9081.h" #include "wm9081.h"
static struct reg_default wm9081_reg[] = { static struct reg_default wm9081_reg[] = {
{ 0, 0x9081 }, /* R0 - Software Reset */
{ 2, 0x00B9 }, /* R2 - Analogue Lineout */ { 2, 0x00B9 }, /* R2 - Analogue Lineout */
{ 3, 0x00B9 }, /* R3 - Analogue Speaker PGA */ { 3, 0x00B9 }, /* R3 - Analogue Speaker PGA */
{ 4, 0x0001 }, /* R4 - VMID Control */ { 4, 0x0001 }, /* R4 - VMID Control */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment