Sfoglia il codice sorgente

asoc: codec: Change default CFG0 value

Change CFG0 register value from 0x07 to 0x05.

Change-Id: I0da0e7e754657c66679bd7844616328b2774301c
Signed-off-by: Eric Rosas <[email protected]>
Eric Rosas 2 anni fa
parent
commit
ebcfc03c12
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      asoc/codecs/wcd939x/wcd939x.c

+ 2 - 0
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;
 }