diff options
| author | Shimrra Shai <shimrrashai@gmail.com> | 2025-08-14 23:20:21 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-08-18 13:09:58 +0100 |
| commit | 33bc29123d26f7caa7d11f139e153e39104afc6c (patch) | |
| tree | e8e4f9df71b7c6ec59df4755258cfed6b1ae70e2 | |
| parent | c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9 (diff) | |
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: Shimrra Shai <shimrrashai@gmail.com>
Link: https://patch.msgid.link/20250815042023.115485-2-shimrrashai@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/codecs/es8323.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/es8323.c b/sound/soc/codecs/es8323.c index a9822998199f..194720e4de59 100644 --- a/sound/soc/codecs/es8323.c +++ b/sound/soc/codecs/es8323.c @@ -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; } |
