Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: da7210: Fix dependency to allow build with SND_SOC_I2C_AND_SPI
@ 2015-05-04  9:28 Axel Lin
  2015-05-04 11:54 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2015-05-04  9:28 UTC (permalink / raw)
  To: Mark Brown
  Cc: Liam Girdwood, alsa-devel@alsa-project.org, David Dajun Chen,
	Support Opensource, Ashish Chavan

Since commit aa0e25caafb7 ("ASoC: da7210: Add support for spi regmap"),
the da7210 codec driver supports both I2C and SPI buses.
Thus update the dependency accordingly.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 sound/soc/codecs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 061c465..ac84ac4 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -54,7 +54,7 @@ config SND_SOC_ALL_CODECS
 	select SND_SOC_CS4271_SPI if SPI_MASTER
 	select SND_SOC_CS42XX8_I2C if I2C
 	select SND_SOC_CX20442 if TTY
-	select SND_SOC_DA7210 if I2C
+	select SND_SOC_DA7210 if SND_SOC_I2C_AND_SPI
 	select SND_SOC_DA7213 if I2C
 	select SND_SOC_DA732X if I2C
 	select SND_SOC_DA9055 if I2C
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: da7210: Fix dependency to allow build with SND_SOC_I2C_AND_SPI
  2015-05-04  9:28 [PATCH] ASoC: da7210: Fix dependency to allow build with SND_SOC_I2C_AND_SPI Axel Lin
@ 2015-05-04 11:54 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-05-04 11:54 UTC (permalink / raw)
  To: Axel Lin
  Cc: Liam Girdwood, alsa-devel@alsa-project.org, David Dajun Chen,
	Support Opensource, Ashish Chavan


[-- Attachment #1.1: Type: text/plain, Size: 251 bytes --]

On Mon, May 04, 2015 at 05:28:02PM +0800, Axel Lin wrote:
> Since commit aa0e25caafb7 ("ASoC: da7210: Add support for spi regmap"),
> the da7210 codec driver supports both I2C and SPI buses.
> Thus update the dependency accordingly.

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-04 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04  9:28 [PATCH] ASoC: da7210: Fix dependency to allow build with SND_SOC_I2C_AND_SPI Axel Lin
2015-05-04 11:54 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox