From patchwork Wed May 25 04:39:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angus Ainslie X-Patchwork-Id: 1597 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:53:27 -0000 Delivered-To: patches@linaro.org Received: by 10.52.181.230 with SMTP id dz6cs203701vdc; Tue, 24 May 2011 21:39:50 -0700 (PDT) Received: by 10.42.59.144 with SMTP id m16mr12404485ich.440.1306298389485; Tue, 24 May 2011 21:39:49 -0700 (PDT) Received: from mail-iw0-f178.google.com (mail-iw0-f178.google.com [209.85.214.178]) by mx.google.com with ESMTPS id r10si3128985icw.21.2011.05.24.21.39.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 May 2011 21:39:48 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.214.178 is neither permitted nor denied by best guess record for domain of angus.ainslie@linaro.org) client-ip=209.85.214.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.214.178 is neither permitted nor denied by best guess record for domain of angus.ainslie@linaro.org) smtp.mail=angus.ainslie@linaro.org Received: by iwn9 with SMTP id 9so7796607iwn.37 for ; Tue, 24 May 2011 21:39:47 -0700 (PDT) Received: by 10.231.178.231 with SMTP id bn39mr4217261ibb.84.1306298387270; Tue, 24 May 2011 21:39:47 -0700 (PDT) Received: from builder.akkea.ca (S0106c43dc79ddf87.cg.shawcable.net [70.73.137.251]) by mx.google.com with ESMTPS id o3sm3624816ibd.27.2011.05.24.21.39.45 (version=SSLv3 cipher=OTHER); Tue, 24 May 2011 21:39:46 -0700 (PDT) From: Angus Ainslie To: linux-samsung-soc@vger.kernel.org Cc: Giridhar Maruthy , samsung@lists.linaro.org, kgene.kim@samsung.com, patches@linaro.org, angus.ainslie@linaro.org Subject: [PATCH] ARM: EXYNOS4: Enable WM8994 MFD on I2S selection Date: Tue, 24 May 2011 22:39:30 -0600 Message-Id: <1306298370-24997-1-git-send-email-angus.ainslie@linaro.org> X-Mailer: git-send-email 1.7.4.1 From: Giridhar Maruthy Whenever I2S is selected, select MFD for WM8994 and I2C to avoid manual enabling of the codec and I2C. Signed-off-by: Giridhar Maruthy Signed-off-by: Angus Ainslie --- sound/soc/samsung/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index a3fdfb6..a80eeb1 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -65,6 +65,9 @@ config SND_SOC_SAMSUNG_SMDK_WM8994 tristate "SoC I2S Audio support for WM8994 on SMDK" depends on SND_SOC_SAMSUNG && (MACH_SMDKV310 || MACH_SMDKC210) select SND_SOC_WM8994 + select MFD_SUPPORT + select I2C_S3C2410 + select MFD_WM8994 select SND_SAMSUNG_I2S help Say Y if you want to add support for SoC audio on the SMDKs.