Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASoC: meson: aiu: fix function pointer type mismatch
@ 2024-02-13 21:58 Jerome Brunet
  2024-02-13 21:58 ` [PATCH v2 1/2] " Jerome Brunet
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jerome Brunet @ 2024-02-13 21:58 UTC (permalink / raw)
  To: Mark Brown
  Cc: Jerome Brunet, Arnd Bergmann, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, Neil Armstrong, Kevin Hilman, Martin Blumenstingl,
	Nathan Chancellor, Nick Desaulniers, Bill Wendling, Justin Stitt,
	alsa-devel, linux-sound, linux-arm-kernel, linux-amlogic,
	linux-kernel, llvm

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


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-02-14 13:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 21:58 [PATCH v2 0/2] ASoC: meson: aiu: fix function pointer type mismatch Jerome Brunet
2024-02-13 21:58 ` [PATCH v2 1/2] " Jerome Brunet
2024-02-14  0:22   ` Justin Stitt
2024-02-13 21:58 ` [PATCH v2 2/2] ASoC: meson: t9015: " Jerome Brunet
2024-02-14  0:27   ` Justin Stitt
2024-02-14 13:22 ` [PATCH v2 0/2] ASoC: meson: aiu: " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox