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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux