Searched hist:"6 b31d6a4ca3b4d8abfb39127130889f9a9a38aa1" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/mediatek/mt8365/ |
H A D | mt8365-reg.h | diff 6b31d6a4ca3b4d8abfb39127130889f9a9a38aa1 Mon Sep 09 00:17:34 CEST 2024 Arnd Bergmann <arnd@arndb.de> ASoC: mediatek: mt8365: include linux/bitfield.h
On x86, the header is not already included implicitly, breaking compile-testing:
In file included from sound/soc/mediatek/mt8365/mt8365-afe-common.h:19, from sound/soc/mediatek/mt8365/mt8365-afe-pcm.c:18: sound/soc/mediatek/mt8365/mt8365-afe-pcm.c: In function 'mt8365_afe_cm2_mux_conn': sound/soc/mediatek/mt8365/mt8365-reg.h:952:41: error: implicit declaration of function 'FIELD_PREP' [-Wimplicit-function-declaration] 952 | #define CM2_AFE_CM2_CONN_CFG1(x) FIELD_PREP(CM2_AFE_CM2_CONN_CFG1_MASK, (x)) | ^~~~~~~~~~
Included it ahead of the field definitions.
Fixes: 38c7c9ddc740 ("ASoC: mediatek: mt8365: Add common header") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Link: https://patch.msgid.link/20240908221754.2210857-1-arnd@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
|