mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
linux 3.0: fix regression introduced in 3.0.11
Upstream has been notified, so hopefully 3.0.13 will have this fix included Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
From 6d7bf5251219d2aa604ada2c955812b16ad5cff4 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 30 Nov 2011 09:50:56 +0100
|
||||
Subject: [PATCH] Revert "mfd: Fix twl4030 dependencies for audio codec"
|
||||
|
||||
This reverts commit 11b8fc6ae54bf18a48c94e181c37ca135b858b42.
|
||||
---
|
||||
drivers/mfd/twl-core.c | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c
|
||||
index f0dfca3..e659d4e 100644
|
||||
--- a/drivers/mfd/twl-core.c
|
||||
+++ b/drivers/mfd/twl-core.c
|
||||
@@ -116,7 +116,7 @@
|
||||
#define twl_has_watchdog() false
|
||||
#endif
|
||||
|
||||
-#if defined(CONFIG_MFD_TWL4030_AUDIO) || defined(CONFIG_MFD_TWL4030_AUDIO_MODULE) ||\
|
||||
+#if defined(CONFIG_TWL4030_CODEC) || defined(CONFIG_TWL4030_CODEC_MODULE) ||\
|
||||
defined(CONFIG_SND_SOC_TWL6040) || defined(CONFIG_SND_SOC_TWL6040_MODULE)
|
||||
#define twl_has_codec() true
|
||||
#else
|
||||
--
|
||||
1.7.2.5
|
||||
|
||||
Reference in New Issue
Block a user