[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8760oefb59.wl%kuninori.morimoto.gx@renesas.com>
Date: Thu, 27 Oct 2016 08:38:45 +0000
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To: Mark Brown <broonie@...nel.org>, Lee Jones <lee.jones@...aro.org>
Cc: Linux-ALSA <alsa-devel@...a-project.org>,
Simon <horms@...ge.net.au>, Liam Girdwood <lgirdwood@...il.com>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>,
Arnd Bergmann <arnd@...db.de>,
anish kumar <yesanishhere@...il.com>,
Michael Trimarchi <michael@...rulasolutions.com>,
Jacob Siverskog <jacob@...nage.engineering>,
"Damien.Horsley" <Damien.Horsley@...tec.com>,
Jeremy McDermond <nh6z@...z.net>,
Bard Liao <bardliao@...ltek.com>, linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] ASoC: cq93vc: remove MFD_DAVINCI_VOICECODEC dependency from CQ0093VC
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
CQ0093VC is no longer dependent on MFD_DAVINCI_VOICECODEC,
let's remove it. Otherwise, we can't compile it by COMPILE_TEST
on non-DAVINCE platform
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@...esas.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 b3fd110..a892937 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -45,7 +45,7 @@ config SND_SOC_ALL_CODECS
select SND_SOC_ALC5623 if I2C
select SND_SOC_ALC5632 if I2C
select SND_SOC_BT_SCO
- select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
+ select SND_SOC_CQ0093VC
select SND_SOC_CS35L32 if I2C
select SND_SOC_CS35L33 if I2C
select SND_SOC_CS42L51_I2C if I2C
--
1.9.1
Powered by blists - more mailing lists