[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240213215807.3326688-1-jbrunet@baylibre.com>
Date: Tue, 13 Feb 2024 22:58:02 +0100
From: Jerome Brunet <jbrunet@...libre.com>
To: Mark Brown <broonie@...nel.org>
Cc: Jerome Brunet <jbrunet@...libre.com>,
Arnd Bergmann <arnd@...db.de>,
Liam Girdwood <lgirdwood@...il.com>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Neil Armstrong <neil.armstrong@...aro.org>,
Kevin Hilman <khilman@...libre.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Bill Wendling <morbo@...gle.com>,
Justin Stitt <justinstitt@...gle.com>,
alsa-devel@...a-project.org,
linux-sound@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-amlogic@...ts.infradead.org,
linux-kernel@...r.kernel.org,
llvm@...ts.linux.dev
Subject: [PATCH v2 0/2] ASoC: meson: aiu: fix function pointer type mismatch
This patchset fixes 2 -Wcast-function-type-strict warning in amlogic
audio drivers with clang 16.
Changes since v1: [0]
* use devm_clk_get_enabled() instead of adding a dedicated helper in each
driver.
* Split the patch, 1 per fixed commit to make it easier for stable.
[0]: https://lore.kernel.org/lkml/20240213101220.459641-1-arnd@kernel.org/
Jerome Brunet (2):
ASoC: meson: aiu: fix function pointer type mismatch
ASoC: meson: t9015: fix function pointer type mismatch
sound/soc/meson/aiu.c | 19 ++++---------------
sound/soc/meson/aiu.h | 1 -
sound/soc/meson/t9015.c | 20 ++++----------------
3 files changed, 8 insertions(+), 32 deletions(-)
--
2.43.0
Powered by blists - more mailing lists