From patchwork Tue Apr 29 11:18:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xia Kaixu X-Patchwork-Id: 4087951 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A2302BFF02 for ; Tue, 29 Apr 2014 14:37:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C3494201F9 for ; Tue, 29 Apr 2014 14:37:13 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 8C2BE20173 for ; Tue, 29 Apr 2014 14:37:11 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 853392655B2; Tue, 29 Apr 2014 16:37:10 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, RCVD_IN_SORBS_WEB, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id A6AD2265171; Tue, 29 Apr 2014 16:28:07 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id AFD1C265072; Tue, 29 Apr 2014 13:20:31 +0200 (CEST) Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by alsa0.perex.cz (Postfix) with ESMTP id 7D522265066 for ; Tue, 29 Apr 2014 13:20:12 +0200 (CEST) Received: by mail-pa0-f51.google.com with SMTP id fb1so46706pad.38 for ; Tue, 29 Apr 2014 04:20:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=194tDfvgGvSty+xED4K05S8z66BKaaQjQcPckI77mIY=; b=El0tVh2UeoAw4PlNQdMIiGNIT1CAu6mjBJ8AkFDby5eVf8URWxzktLyhc+ws9MfXdw a9jcU6D9plQPPujPxfW81rOQq6VyQ6Sl/A4p7N82OnvwxUQN5R6TC6mWb1WNro4Euq9P zMrScLtQLOvLkcc1/JloRTVTRJO8Zn0vGjuUdrnVSPc1FuDKQ6RIApGuuRlXxDAjIRt4 Gh3y0YbVz003eTo6D3ZskZMjpdP4rAlPfqvehX0XSbsM3aJrr4FRicWIJrLBCjhUlFKo XXtfgOh3TNRnnxPuDZcia7QKSruwXVNXzXp2pZg9q++ce4I7GYs1iGYkqDFuDzB3a/9W wWJA== X-Gm-Message-State: ALoCoQnppf/hi+9rmbO9oBEe/C3qa0Mt8690J2N03eNpZVhbgiMQtV7jmbu+OFmT1fuQa8vi8OPj X-Received: by 10.66.164.70 with SMTP id yo6mr32279246pab.85.1398770409335; Tue, 29 Apr 2014 04:20:09 -0700 (PDT) Received: from localhost.localdomain ([218.17.215.175]) by mx.google.com with ESMTPSA id xo9sm108641006pab.18.2014.04.29.04.20.03 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Apr 2014 04:20:08 -0700 (PDT) From: Xia Kaixu To: linux-kernel@vger.kernel.org Date: Tue, 29 Apr 2014 19:18:32 +0800 Message-Id: <1398770316-19715-12-git-send-email-kaixu.xia@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1398770316-19715-1-git-send-email-kaixu.xia@linaro.org> References: <1398770316-19715-1-git-send-email-kaixu.xia@linaro.org> X-Mailman-Approved-At: Tue, 29 Apr 2014 16:27:55 +0200 Cc: alsa-devel@alsa-project.org, linaro-kernel@lists.linaro.org, arnd@arndb.de, Sangbeom Kim , Liam Girdwood , linux-samsung-soc@vger.kernel.org, Mark Brown , Ben Dooks , Kukjin Kim , linux-arm-kernel@lists.infradead.org, kaixu.xia@linaro.org Subject: [alsa-devel] [PATCH 11/15] ASoC: WM0010 needs SPI X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP From: Arnd Bergmann The missing dependency can lead to build errors, so make it explicit in Kconfig. Signed-off-by: Arnd Bergmann Signed-off-by: Xia Kaixu Cc: Mark Brown Cc: Liam Girdwood Cc: Ben Dooks Cc: Kukjin Kim Cc: Sangbeom Kim Cc: alsa-devel@alsa-project.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org --- sound/soc/samsung/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index 9fd6f62..99cc196 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -201,7 +201,7 @@ config SND_SOC_SPEYSIDE select SND_SAMSUNG_I2S select SND_SOC_WM8996 select SND_SOC_WM9081 - select SND_SOC_WM0010 + select SND_SOC_WM0010 if SPI select SND_SOC_WM1250_EV1 config SND_SOC_TOBERMORY @@ -217,7 +217,7 @@ config SND_SOC_BELLS select SND_SOC_WM5102 select SND_SOC_WM5110 select SND_SOC_WM9081 - select SND_SOC_WM0010 + select SND_SOC_WM0010 if SPI select SND_SOC_WM1250_EV1 config SND_SOC_LOWLAND