From patchwork Thu Jan 23 10:52:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 23612 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ve0-f200.google.com (mail-ve0-f200.google.com [209.85.128.200]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 89C56218BD for ; Thu, 23 Jan 2014 10:56:37 +0000 (UTC) Received: by mail-ve0-f200.google.com with SMTP id c14sf2956175vea.3 for ; Thu, 23 Jan 2014 02:56:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=frhEk3dM11d5viun17/3gc/TSX2RnNT2MKIw7k46/mA=; b=l2oGmutE1H5/NBxGvw7RfE6/wQqw43E7oLyUo0+KOP1YuZjy7UpIAg7uaz1Imf8HD4 FlTb2Zim/On7T5t85A4ypFGP7UNhEJgQWq52SGSBQwVVjhHbcSqasxW2aItvMmq7TwUO NxPAacC4v+j38Z9jEWd0bKtjZPLtCiToIgQUBiGJ5Pikeal9HLtco8dzRaFCM71v5ly6 gyo1Rat19fJQpn9xFiXhbUPnFVEtB++RHLf+dYHvclRcc42ShEm7oDHoFhIMBc/+bd8d 5s2CD3qkeha6Q5lFDMkszyx57K3ebLZCTkct4TjrNSJPT4Hlfzy70Ed5lkTs2hAoqogr Us9A== X-Gm-Message-State: ALoCoQkdHniqzjSMeLhy3BKGlPtIp8jyab/Atm0AZomDyk4kYX3gr0DxLNWQ1Zq0+qzkVOF7ws0m X-Received: by 10.236.94.113 with SMTP id m77mr2617723yhf.33.1390474596696; Thu, 23 Jan 2014 02:56:36 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.122.72 with SMTP id lq8ls290624qeb.92.gmail; Thu, 23 Jan 2014 02:56:36 -0800 (PST) X-Received: by 10.220.92.135 with SMTP id r7mr4161173vcm.11.1390474596596; Thu, 23 Jan 2014 02:56:36 -0800 (PST) Received: from mail-vc0-f178.google.com (mail-vc0-f178.google.com [209.85.220.178]) by mx.google.com with ESMTPS id yb7si31004vec.39.2014.01.23.02.56.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 23 Jan 2014 02:56:36 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.178 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.220.178; Received: by mail-vc0-f178.google.com with SMTP id ik5so945429vcb.23 for ; Thu, 23 Jan 2014 02:56:36 -0800 (PST) X-Received: by 10.58.181.230 with SMTP id dz6mr1226575vec.35.1390474596532; Thu, 23 Jan 2014 02:56:36 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp17258vcz; Thu, 23 Jan 2014 02:56:36 -0800 (PST) X-Received: by 10.68.180.66 with SMTP id dm2mr7238851pbc.143.1390474595804; Thu, 23 Jan 2014 02:56:35 -0800 (PST) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) by mx.google.com with ESMTPS id tq3si1280093pab.96.2014.01.23.02.56.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 23 Jan 2014 02:56:35 -0800 (PST) Received-SPF: neutral (google.com: 209.85.192.171 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.192.171; Received: by mail-pd0-f171.google.com with SMTP id g10so1633361pdj.2 for ; Thu, 23 Jan 2014 02:56:35 -0800 (PST) X-Received: by 10.68.228.138 with SMTP id si10mr7417614pbc.13.1390474595350; Thu, 23 Jan 2014 02:56:35 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id q7sm34925184pbc.20.2014.01.23.02.56.32 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 23 Jan 2014 02:56:34 -0800 (PST) From: Sachin Kamat To: alsa-devel@alsa-project.org Cc: sbkim73@samsung.com, lgirdwood@gmail.com, broonie@kernel.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/2] ASoC: Samsung: Fix Kconfig dependency Date: Thu, 23 Jan 2014 16:22:06 +0530 Message-Id: <1390474326-5544-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: sachin.kamat@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.178 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Select S3C24XX_DMA instead of S3C2410_DMA to avoid following dependency issues and build errors: warning: (CPU_S3C2410 && CPU_S3C2442 && SND_SOC_SAMSUNG && SND_S3C24XX_I2S && SND_S3C2412_SOC_I2S && SND_SOC_SAMSUNG_SMDK2443_WM9710 && SND_SOC_SAMSUNG_LN2440SBC_ALC650) selects S3C2410_DMA which has unmet direct dependencies (ARCH_S3C24XX && S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)) warning: (CPU_S3C2410 && CPU_S3C2442 && SND_SOC_SAMSUNG && SND_S3C24XX_I2S && SND_S3C2412_SOC_I2S && SND_SOC_SAMSUNG_SMDK2443_WM9710 && SND_SOC_SAMSUNG_LN2440SBC_ALC650) selects S3C2410_DMA which has unmet direct dependencies (ARCH_S3C24XX && S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)) arch/arm/mach-s3c24xx/built-in.o: In function `s3c2410_dma_add': arch/arm/mach-s3c24xx/dma-s3c2410.c:134: undefined reference to `s3c2410_dma_init' arch/arm/mach-s3c24xx/dma-s3c2410.c:135: undefined reference to `s3c24xx_dma_order_set' arch/arm/mach-s3c24xx/dma-s3c2410.c:136: undefined reference to `s3c24xx_dma_init_map' arch/arm/plat-samsung/include/plat/dma-ops.h:60: undefined reference to `s3c_dma_get_ops' sound/soc/samsung/s3c24xx-i2s.c:293: undefined reference to `s3c2410_dma_ctrl' arch/arm/plat-samsung/include/plat/dma-ops.h:60: undefined reference to `s3c_dma_get_ops' arch/arm/plat-samsung/include/plat/dma-ops.h:60: undefined reference to `s3c_dma_get_ops' sound/built-in.o: In function `s3c2412_i2s_trigger': sound/soc/samsung/s3c-i2s-v2.c:432: undefined reference to `s3c2410_dma_ctrl' Signed-off-by: Sachin Kamat --- sound/soc/samsung/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index 27930fc432dc..e8fbf4e5732f 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -19,7 +19,7 @@ config SND_S3C_DMA_LEGACY config SND_S3C24XX_I2S tristate - select S3C2410_DMA + select S3C24XX_DMA config SND_S3C_I2SV2_SOC tristate