2023-03-06 09:27:12

by Charles Keepax

[permalink] [raw]
Subject: Re: [PATCH v2 4/5] ASoC: cs35l45: DSP Support

On Fri, Mar 03, 2023 at 01:21:50PM -0600, Vlad Karpovich wrote:
> From: "Vlad.Karpovich" <[email protected]>
>
> 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 <[email protected]>
> ---
> +#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.

But otherwise looks pretty good to me:

Acked-by: Charles Keepax <[email protected]>

Thanks,
Charles


2023-03-13 19:20:11

by Vlad Karpovich

[permalink] [raw]
Subject: Re: [PATCH v2 4/5] ASoC: cs35l45: DSP Support


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" <[email protected]>
>>
>> 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 <[email protected]>
>> ---
>> +#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 <[email protected]>
>
> Thanks,
> Charles