[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240907-asoc-fix-mt8365-build-v1-0-7ad0bac20161@kernel.org>
Date: Sat, 07 Sep 2024 01:53:25 +0100
From: Mark Brown <broonie@...nel.org>
To: Liam Girdwood <lgirdwood@...il.com>, Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
Cc: Nathan Chancellor <nathan@...nel.org>,
Alexandre Mergnat <amergnat@...libre.com>, linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, Mark Brown <broonie@...nel.org>
Subject: [PATCH 0/7] ASoC: mt8365: Fix -Werror builds
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.
Signed-off-by: Mark Brown <broonie@...nel.org>
---
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
sound/soc/mediatek/Kconfig | 2 +-
sound/soc/mediatek/mt8365/mt8365-afe-clk.c | 4 +-
sound/soc/mediatek/mt8365/mt8365-afe-common.h | 1 -
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c | 13 +-
sound/soc/mediatek/mt8365/mt8365-dai-dmic.c | 30 ----
sound/soc/mediatek/mt8365/mt8365-dai-i2s.c | 6 +-
sound/soc/mediatek/mt8365/mt8365-mt6357.c | 3 +-
sound/soc/mediatek/mt8365/mt8365-reg.h | 214 +++++++++++++-------------
8 files changed, 120 insertions(+), 153 deletions(-)
---
base-commit: 813751eaec93bfeb6236aaed99607a44c01b3110
change-id: 20240906-asoc-fix-mt8365-build-974117b12f0a
Best regards,
--
Mark Brown <broonie@...nel.org>
Powered by blists - more mailing lists