Re: [PATCH] ASoC: sunxi: sun4i-i2s: Enable 32-bit audio formats

From: John Watts
Date: Wed Mar 27 2024 - 22:25:42 EST


On Wed, Mar 27, 2024 at 08:53:32PM +0100, Jernej Škrabec wrote:
> I wish it would be that simple. SUN4I_FORMATS is cross section of all I2S
> variants that are supported by this driver. If you check A10, you'll see that
> it doesn't support S32.
>
> If you want to add support for S32, you'll have to add new quirk for each
> variant.

Yes, A10 doesn't support it. But it should error out in hw_params due to
get_sr not supporting 32-bit, no?

>
> Best regards,
> Jernej

John.