summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel/hda-dsp.c
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2024-02-13 22:58:04 +0100
committerMark Brown <broonie@kernel.org>2024-02-14 00:43:31 +0000
commit5ad992c71b6a8e8a547954addc7af9fbde6ca10a (patch)
treed9130aa5324cf49704104bfeaf883a979e08e924 /sound/soc/sof/intel/hda-dsp.c
parent98ac85a00f31d2e9d5452b825a9ed0153d934043 (diff)
downloadlinux-stable-5ad992c71b6a8e8a547954addc7af9fbde6ca10a.tar.gz
linux-stable-5ad992c71b6a8e8a547954addc7af9fbde6ca10a.tar.bz2
linux-stable-5ad992c71b6a8e8a547954addc7af9fbde6ca10a.zip
ASoC: meson: t9015: fix function pointer type mismatch
clang-16 warns about casting functions to incompatible types, as is done here to call clk_disable_unprepare: sound/soc/meson/t9015.c:274:4: error: cast from 'void (*)(struct clk *)' to 'void (*)(void *)' converts to incompatible function type [-Werror,-Wcast-function-type-strict] 274 | (void(*)(void *))clk_disable_unprepare, The pattern of getting, enabling and setting a disable callback for a clock can be replaced with devm_clk_get_enabled(), which also fixes this warning. Fixes: 33901f5b9b16 ("ASoC: meson: add t9015 internal DAC driver") Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Reviewed-by: Justin Stitt <justinstitt@google.com> Link: https://msgid.link/r/20240213215807.3326688-3-jbrunet@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/hda-dsp.c')
0 files changed, 0 insertions, 0 deletions