From patchwork Tue Apr 29 09:23:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xia Kaixu X-Patchwork-Id: 29326 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-pd0-f197.google.com (mail-pd0-f197.google.com [209.85.192.197]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 1FC6F202DD for ; Tue, 29 Apr 2014 09:24:40 +0000 (UTC) Received: by mail-pd0-f197.google.com with SMTP id y10sf6395424pdj.8 for ; Tue, 29 Apr 2014 02:24:40 -0700 (PDT) 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:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=VT3mOlrytLo0T1vYd2TsqY9mnsE0KpztgAcfgV17KSQ=; b=SYyi4OoVKz4OXuex3E2plt+u6C1J+KcOHpLGQVr5GT67bU0uV0xFh1gr/un4ChrUkh KpDMywQLagi7dKmKVCChDCJ6zpOF36axdzsEpHUfH4NQpfVzaPLbyHm0L/8pIEzUvYGW ftmuH/oN9msfAYwORdiN0+JZcfV0b+bf/5Hj366EeNZiiQqfKoJEWUcB2nwywYnYz3J2 MV43n5bj4p3z1ncKMczdVyb1iLa6Xed7R7JXwdK/sZT1uaLyc8F1+JmBljzPvtIGUkeH qYDpZtNNQ0QdwQC6WcUBgNp+r4QpyC6dmJCtq4hBNN8hujmz/DZYnl1G2pyY8FlfH/cG KMsg== X-Gm-Message-State: ALoCoQnBUVeOUV2xGGNso+kbuCdyc5JOK2LWCTGxw3VVS1DlcCvY1EhsjZA9coc3czgBJpgh/Wob X-Received: by 10.66.65.202 with SMTP id z10mr6021495pas.45.1398763480315; Tue, 29 Apr 2014 02:24:40 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.96.201 with SMTP id k67ls36031qge.22.gmail; Tue, 29 Apr 2014 02:24:40 -0700 (PDT) X-Received: by 10.58.186.71 with SMTP id fi7mr95017vec.32.1398763480170; Tue, 29 Apr 2014 02:24:40 -0700 (PDT) Received: from mail-vc0-f169.google.com (mail-vc0-f169.google.com [209.85.220.169]) by mx.google.com with ESMTPS id cq3si4366461vcb.162.2014.04.29.02.24.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Apr 2014 02:24:40 -0700 (PDT) Received-SPF: none (google.com: patch+caf_=patchwork-forward=linaro.org@linaro.org does not designate permitted sender hosts) client-ip=209.85.220.169; Received: by mail-vc0-f169.google.com with SMTP id im17so9509902vcb.14 for ; Tue, 29 Apr 2014 02:24:40 -0700 (PDT) X-Received: by 10.58.31.136 with SMTP id a8mr29587493vei.20.1398763480092; Tue, 29 Apr 2014 02:24:40 -0700 (PDT) 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.221.72 with SMTP id ib8csp181842vcb; Tue, 29 Apr 2014 02:24:39 -0700 (PDT) X-Received: by 10.66.140.104 with SMTP id rf8mr31477739pab.107.1398763479433; Tue, 29 Apr 2014 02:24:39 -0700 (PDT) Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by mx.google.com with ESMTPS id vw5si12251827pab.210.2014.04.29.02.24.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Apr 2014 02:24:39 -0700 (PDT) Received-SPF: none (google.com: kaixu.xia@linaro.org does not designate permitted sender hosts) client-ip=209.85.220.49; Received: by mail-pa0-f49.google.com with SMTP id kq14so869821pab.22 for ; Tue, 29 Apr 2014 02:24:39 -0700 (PDT) X-Received: by 10.68.139.2 with SMTP id qu2mr8444389pbb.164.1398763479096; Tue, 29 Apr 2014 02:24:39 -0700 (PDT) Received: from localhost.localdomain ([218.17.215.175]) by mx.google.com with ESMTPSA id ek2sm40447807pbd.30.2014.04.29.02.24.35 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Apr 2014 02:24:38 -0700 (PDT) From: Xia Kaixu To: linaro-kernel@lists.linaro.org, arnd@arndb.de Cc: kaixu.xia@linaro.org, patches@linaro.org Subject: [PATCH v2 09/15] ASoC: Migo-R sound needs I2C Date: Tue, 29 Apr 2014 17:23:26 +0800 Message-Id: <1398763412-18928-10-git-send-email-kaixu.xia@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1398763412-18928-1-git-send-email-kaixu.xia@linaro.org> References: <1398763412-18928-1-git-send-email-kaixu.xia@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: kaixu.xia@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: patch+caf_=patchwork-forward=linaro.org@linaro.org does not designate permitted sender hosts) 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: , The WM8978 driver needs I2C to be enabled, so the SND_SIU_MIGOR option also requires this. Signed-off-by: Arnd Bergmann Signed-off-by: Xia Kaixu Cc: Mark Brown Cc: Liam Girdwood Cc: alsa-devel@alsa-project.org Cc: linux-arm-kernel@lists.infradead.org --- sound/soc/sh/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index ff60e11..b43fdf0 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -56,7 +56,7 @@ config SND_SH7760_AC97 config SND_SIU_MIGOR tristate "SIU sound support on Migo-R" - depends on SH_MIGOR + depends on SH_MIGOR && I2C select SND_SOC_SH4_SIU select SND_SOC_WM8978 help