mbox series

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

Message ID 20240213215807.3326688-1-jbrunet@baylibre.com
Headers show
Series ASoC: meson: aiu: fix function pointer type mismatch | expand

Message

Jerome Brunet Feb. 13, 2024, 9:58 p.m. UTC
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(-)