[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250814014731.86651-1-shimrrashai@gmail.com>
Date: Wed, 13 Aug 2025 20:47:31 -0500
From: Shimrra Shai <shimrrashai@...il.com>
To: shimrrashai@...il.com
Cc: broonie@...nel.org,
lgirdwood@...il.com,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
linux-sound@...r.kernel.org,
perex@...ex.cz,
tiwai@...e.com
Subject: [PATCH 1/2] ASoC: es8323: enable right-hand DAC-mixer connection on ES8323
Enable the right-hand DAC mixer connection in the same manner as the
left-hand one.
Signed-off-by: Shimrra Shai <shimrrashai@...il.com>
---
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
Powered by blists - more mailing lists