13 Mar
2023
13 Mar
'23
8:18 p.m.
On 3/6/23 03:26, Charles Keepax wrote:
On Fri, Mar 03, 2023 at 01:21:50PM -0600, Vlad Karpovich wrote:
From: "Vlad.Karpovich" vkarpovi@opensource.cirrus.com
The CS35L45 digital core incorporates one programmable DSP block, capable of running a wide range of audio enhancement and speaker and battery protection functions.
Signed-off-by: Vlad Karpovich vkarpovi@opensource.cirrus.com
+#define CS35L45_DAC_MUX_ROUTE(name) \
- { name" Source", "ASP_RX1", "ASP_RX1" }, \
- { name" Source", "ASP_RX2", "ASP_RX2" }, \
- { name" Source", "DSP_TX1", "DSP1" }, \
- { name" Source", "DSP_TX2", "DSP1" }
Minor nit, double blank line here.
Thanks. I will fix it
But otherwise looks pretty good to me:
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles