[PATCH v4 1/2] ASoC: codecs: add support for ES8326

Mark Brown broonie at kernel.org
Fri Jul 29 15:35:28 CEST 2022


On Fri, Jul 29, 2022 at 05:08:56PM +0800, Zhu Ning wrote:

> +static unsigned int es8326_rates[] = {
> +	8000, 12000, 16000, 32000, 48000, 96000
> +};
> +
> +static struct snd_pcm_hw_constraint_list es8326_constraints = {
> +	.count = ARRAY_SIZE(es8326_rates),
> +	.list = es8326_rates,
> +};
> +

These now aren't used, you should see warnings about this which will
turn into build failures in an allmodconfig since it's built with
-Werror.  Otherwise than that one small thing this now looks good.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20220729/2e38bbc7/attachment.sig>


More information about the Alsa-devel mailing list