[alsa-devel] [PATCH] ASoC: cq93vc: enable compiling on COMPILE_TEST
Hi Mark
I posted cq93vc dependency fixup (= no depend to MFD_DAVINCI_VOICECODEC) patch which were 2 patches. [1/2] was tidyup patch for mfd side, and [2/2] was tidyup patch for ASoC Kconfig. [1/2] was accepted by Lee, but [2/2] wasn't. This is for it. This patch is based on Lee's
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git :: for-mfd-next
Especially this commit
8ca9edc837932469b81b8b47ea43a074b6add970 ("mfd: davinci_voicecodec: Tidyup header difinitions")
Kuninori Morimoto (1): ASoC: cq93vc: remove MFD_DAVINCI_VOICECODEC dependency for CQ0093VC
drivers/mfd/davinci_voicecodec.c | 1 + include/linux/mfd/davinci_voicecodec.h | 4 ---- sound/soc/codecs/Kconfig | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-)
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.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@renesas.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 c67667b..cb195b0 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
On Fri, Dec 02, 2016 at 03:59:36AM +0000, Kuninori Morimoto wrote:
Hi Mark
I posted cq93vc dependency fixup (= no depend to MFD_DAVINCI_VOICECODEC) patch which were 2 patches.
Please don't send cover letters for single patches, if there is anything that needs saying put it in the changelog of the patch or after the --- if it's administrative stuff. This reduces mail volume and ensures that any important information is recorded in the changelog rather than being lost.
participants (2)
-
Kuninori Morimoto
-
Mark Brown