[PATCH v2 0/2] ASoC: meson: aiu: fix function pointer type mismatch

From: Jerome Brunet
Date: Tue Feb 13 2024 - 17:07:10 EST


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@xxxxxxxxxx/

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