diff options
author | Weidong Wang <wangweidong.a@awinic.com> | 2023-02-13 12:36:49 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-02-13 15:44:57 +0300 |
commit | 4680716d6a33f50c96eb7ce6ae9cb868baa04438 (patch) | |
tree | 576393cf763afc3af98e85453dc0035a9fcfcc9d /sound | |
parent | 14d5d454547adae64a76731c90c37fe33f7d1d44 (diff) | |
download | linux-4680716d6a33f50c96eb7ce6ae9cb868baa04438.tar.xz |
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 <yijiangtao@awinic.com>
Signed-off-by: Weidong Wang <wangweidong.a@awinic.com>
Link: https://lore.kernel.org/r/20230213093649.22928-4-wangweidong.a@awinic.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
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. |