]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: es8323: remove DAC enablement write from es8323_probe
authorShimrra Shai <shimrrashai@gmail.com>
Fri, 15 Aug 2025 04:20:21 +0000 (23:20 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 18 Aug 2025 12:09:58 +0000 (13:09 +0100)
Remove initialization of the DAC and mixer enablement bits from the
es8323_probe routine. This really should be handled by the DAPM
subsystem.

Signed-off-by: Shimrra Shai <shimrrashai@gmail.com>
Link: https://patch.msgid.link/20250815042023.115485-2-shimrrashai@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8323.c

index a9822998199fb7a590d7ab1b9b112a0d4bbbfbb6..194720e4de5996fda7192f89c556aaf30e92a28b 100644 (file)
@@ -632,7 +632,6 @@ static int es8323_probe(struct snd_soc_component *component)
 
        snd_soc_component_write(component, ES8323_CONTROL2, 0x60);
        snd_soc_component_write(component, ES8323_CHIPPOWER, 0x00);
-       snd_soc_component_write(component, ES8323_DACCONTROL17, 0xB8);
 
        return 0;
 }