From: Weidong Wang Date: Mon, 13 Feb 2023 09:36:49 +0000 (+0800) Subject: ASoC: codecs: Modify error implicit declaration of function 'gpiod_set_value_cansleep' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4680716d6a33f50c96eb7ce6ae9cb868baa04438;p=linux.git ASoC: codecs: Modify error implicit declaration of function 'gpiod_set_value_cansleep' Add select GPIOLIB to the sound/soc/codecs/Kconfig file Signed-off-by: Ben Yi Signed-off-by: Weidong Wang Link: https://lore.kernel.org/r/20230213093649.22928-4-wangweidong.a@awinic.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index ab7b0696d01dd..4621674e68bf1 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -614,6 +614,7 @@ config SND_SOC_AW88395 select CRC8 select CRC32 select REGMAP_I2C + select GPIOLIB select SND_SOC_AW88395_LIB help this option enables support for aw88395 Smart PA.