All of lore.kernel.org
 help / color / mirror / Atom feed
From: wangweidong.a@awinic.com
To: lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz,
	tiwai@suse.com, krzysztof.kozlowski@linaro.org,
	rf@opensource.cirrus.com, pierre-louis.bossart@linux.intel.com,
	ckeepax@opensource.cirrus.com, shumingf@realtek.com,
	herve.codina@bootlin.com, james.schulman@cirrus.com,
	doug@schmorgal.com, yang.lee@linux.alibaba.com, trix@redhat.com,
	colin.i.king@gmail.com, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org
Cc: wangweidong.a@awinic.com, liweilei@awinic.com,
	zhaolei@awinic.com, yijiangtao@awinic.com
Subject: [PATCH 3/3][next] ASoC: codecs: Modify error implicit declaration of  function 'gpiod_set_value_cansleep'
Date: Mon, 13 Feb 2023 17:36:49 +0800	[thread overview]
Message-ID: <20230213093649.22928-4-wangweidong.a@awinic.com> (raw)
In-Reply-To: <20230213093649.22928-1-wangweidong.a@awinic.com>

From: Weidong Wang <wangweidong.a@awinic.com>

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>
---
 sound/soc/codecs/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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.
-- 
2.39.1


WARNING: multiple messages have this Message-ID (diff)
From: wangweidong.a@awinic.com
To: lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz,
	tiwai@suse.com, krzysztof.kozlowski@linaro.org,
	rf@opensource.cirrus.com, pierre-louis.bossart@linux.intel.com,
	ckeepax@opensource.cirrus.com, shumingf@realtek.com,
	herve.codina@bootlin.com, james.schulman@cirrus.com,
	doug@schmorgal.com, yang.lee@linux.alibaba.com, trix@redhat.com,
	colin.i.king@gmail.com, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org
Cc: wangweidong.a@awinic.com, liweilei@awinic.com,
	zhaolei@awinic.com, yijiangtao@awinic.com
Subject: [PATCH 3/3][next] ASoC: codecs: Modify error implicit declaration of function 'gpiod_set_value_cansleep'
Date: Mon, 13 Feb 2023 17:36:49 +0800	[thread overview]
Message-ID: <20230213093649.22928-4-wangweidong.a@awinic.com> (raw)
In-Reply-To: <20230213093649.22928-1-wangweidong.a@awinic.com>

From: Weidong Wang <wangweidong.a@awinic.com>

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>
---
 sound/soc/codecs/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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.
-- 
2.39.1


  parent reply	other threads:[~2023-02-13  9:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13  9:36 [PATCH 0/3][next] ASoC: codecs: Modify error implicit declaration of function and misspelling wangweidong.a
2023-02-13  9:36 ` [PATCH 1/3][next] ASoC: codecs: Fixed a spelling error in the function name wangweidong.a
2023-02-13  9:36 ` [PATCH 2/3][next] ASoC: codecs: Modify the log print statement wangweidong.a
2023-02-13  9:36 ` wangweidong.a [this message]
2023-02-13  9:36   ` [PATCH 3/3][next] ASoC: codecs: Modify error implicit declaration of function 'gpiod_set_value_cansleep' wangweidong.a
2023-02-13 16:18 ` [PATCH 0/3][next] ASoC: codecs: Modify error implicit declaration of function and misspelling Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230213093649.22928-4-wangweidong.a@awinic.com \
    --to=wangweidong.a@awinic.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=colin.i.king@gmail.com \
    --cc=doug@schmorgal.com \
    --cc=herve.codina@bootlin.com \
    --cc=james.schulman@cirrus.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liweilei@awinic.com \
    --cc=perex@perex.cz \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=rf@opensource.cirrus.com \
    --cc=shumingf@realtek.com \
    --cc=tiwai@suse.com \
    --cc=trix@redhat.com \
    --cc=yang.lee@linux.alibaba.com \
    --cc=yijiangtao@awinic.com \
    --cc=zhaolei@awinic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.