[PATCH 1/2] ASoC: es8323: enable right-hand DAC-mixer connection on ES8323

From: Shimrra Shai
Date: Wed Aug 13 2025 - 21:48:15 EST


Enable the right-hand DAC mixer connection in the same manner as the
left-hand one.

Signed-off-by: Shimrra Shai <shimrrashai@xxxxxxxxx>
---
sound/soc/codecs/es8323.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/es8323.c b/sound/soc/codecs/es8323.c
index a98229981..3a91713bd 100644
--- a/sound/soc/codecs/es8323.c
+++ b/sound/soc/codecs/es8323.c
@@ -633,6 +633,7 @@ 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);
+ snd_soc_component_write(component, ES8323_DACCONTROL20, 0xB8);

return 0;
}
--
2.48.1