diff --git a/asoc/codecs/wcd939x/wcd939x.c b/asoc/codecs/wcd939x/wcd939x.c index 7b4667f030..c8243d15b1 100644 --- a/asoc/codecs/wcd939x/wcd939x.c +++ b/asoc/codecs/wcd939x/wcd939x.c @@ -486,6 +486,8 @@ static int wcd939x_init_reg(struct snd_soc_component *component) snd_soc_component_update_bits(component, REG_FIELD_VALUE(HPHLR_SURGE_EN, EN_SURGE_PROTECTION_HPHR, 0x01)); + snd_soc_component_write(component, WCD939X_CFG0, 0x05); + return 0; }