In current AB silicon, BIAS_EN field is enabled by default in the
REFERENCES register, so the regmap default value should reflect
this.

Signed-off-by: Adam Thomson <adam.thomson.opensou...@diasemi.com>
---
 sound/soc/codecs/da7219.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c
index 253d8e7..3502c13 100644
--- a/sound/soc/codecs/da7219.c
+++ b/sound/soc/codecs/da7219.c
@@ -1788,7 +1788,7 @@ static struct reg_default da7219_reg_defaults[] = {
        { DA7219_DIG_ROUTING_DAC, 0x32 },
        { DA7219_DAI_OFFSET_LOWER, 0x00 },
        { DA7219_DAI_OFFSET_UPPER, 0x00 },
-       { DA7219_REFERENCES, 0x00 },
+       { DA7219_REFERENCES, 0x08 },
        { DA7219_MIXIN_L_SELECT, 0x00 },
        { DA7219_MIXIN_L_GAIN, 0x03 },
        { DA7219_ADC_L_GAIN, 0x6F },
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to