Unverified Commit 33bc2912 authored by Shimrra Shai's avatar Shimrra Shai Committed by Mark Brown
Browse files

ASoC: es8323: remove DAC enablement write from es8323_probe



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: default avatarShimrra Shai <shimrrashai@gmail.com>
Link: https://patch.msgid.link/20250815042023.115485-2-shimrrashai@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c17b750b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}