aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeidong Wang <[email protected]>2023-02-13 17:36:49 +0800
committerMark Brown <[email protected]>2023-02-13 12:44:57 +0000
commit4680716d6a33f50c96eb7ce6ae9cb868baa04438 (patch)
tree576393cf763afc3af98e85453dc0035a9fcfcc9d
parent14d5d454547adae64a76731c90c37fe33f7d1d44 (diff)
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 <[email protected]> Signed-off-by: Weidong Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index ab7b0696d01d..4621674e68bf 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.