Re: [PATCH 0/7] ASoC: mt8365: Fix -Werror builds

From: Nathan Chancellor
Date: Mon Sep 09 2024 - 11:48:47 EST


On Sat, Sep 07, 2024 at 01:53:25AM +0100, Mark Brown wrote:
> Nathan reported that the newly added mt8365 drivers were causing a
> number of warnings which break -Werror builds, these were only visible
> on arm64 since the drivers did not have COMPILE_TEST enabled. Fix this
> and some other minor stuff I noticed while doing so.
> ---
> Mark Brown (7):
> ASoC: mt8365: Open code BIT() to avoid spurious warnings
> ASoC: mt8365: Remove spurious unsigned long casts
> ASoC: mt8365: Remove unused prototype for mt8365_afe_clk_group_48k()
> ASoC: mt8365: Make non-exported functions static
> ASoC: mt8365: Remove unused variables
> ASoC: mt8365: Remove unused DMIC IIR coefficient configuration
> ASoC: mt8365: Allow build coverage

Thanks for this. It appears to resolve all the issues from a build of
allmodconfig for arm, arm64, and x86.

Tested-by: Nathan Chancellor <nathan@xxxxxxxxxx> # build

Cheers,
Nathan