29 Jul
2022
29 Jul
'22
3:35 p.m.
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.