From patchwork Tue Apr 29 11:18:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xia Kaixu X-Patchwork-Id: 4087921 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 69A24BFF02 for ; Tue, 29 Apr 2014 14:35:45 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 05350201F4 for ; Tue, 29 Apr 2014 14:35:40 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id CA07220148 for ; Tue, 29 Apr 2014 14:35:38 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 579D526553F; Tue, 29 Apr 2014 16:35:32 +0200 (CEST) Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 4EAE2265161; Tue, 29 Apr 2014 16:28:06 +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 93ED626507D; Tue, 29 Apr 2014 13:20:14 +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 mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by alsa0.perex.cz (Postfix) with ESMTP id 9BBDB26506E for ; Tue, 29 Apr 2014 13:19:56 +0200 (CEST) Received: by mail-pd0-f181.google.com with SMTP id y13so48388pdi.12 for ; Tue, 29 Apr 2014 04:19:55 -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=yxD2Sua82AQ4Nal/gIb7qi7QZJCgO9p3Egt2kKezgCg=; b=PxaWGJhu/EbiIZ5nUrJJeYcXV2P8z0fFQCcdvrfgg4U19hRQdnC31gKJdDj6Qbw5cI eCS8bp2+d/nqvC3z6in5YnWm4IXOL2UcCvVqFCydfV0AWs/0glimxor9wyDIoapGD888 h8+z77piCfIDc2eJCOtuMH58sRZqYwS5/Odv53AscdqcC5KUOJqo8nW3/s2/4+5wNefs tFnQWNGLlz9Ljq+DE6EPhrVPlD8PZUEJ4GdqAWWlffOf2yf0kJzy6vyS60PqO3Kzm92T 3efcjEZgyrTrAtyTMuje+UVght+rgyinRH1mc3fkDNFlektL1b3aeH0S3vHH5n4cFKoE EDbg== X-Gm-Message-State: ALoCoQmMW13ysJRGVTPTTL0zIy6sauS4pWdFok91YDBqdysULVqEzfQIVH3gMQZ4SHNaYn5G1Y+Y X-Received: by 10.66.136.71 with SMTP id py7mr32691493pab.2.1398770395289; Tue, 29 Apr 2014 04:19:55 -0700 (PDT) Received: from localhost.localdomain ([218.17.215.175]) by mx.google.com with ESMTPSA id xo9sm108641006pab.18.2014.04.29.04.19.49 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Apr 2014 04:19:54 -0700 (PDT) From: Xia Kaixu To: linux-kernel@vger.kernel.org Date: Tue, 29 Apr 2014 19:18:30 +0800 Message-Id: <1398770316-19715-10-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, Liam Girdwood , Mark Brown , linux-arm-kernel@lists.infradead.org, kaixu.xia@linaro.org Subject: [alsa-devel] [PATCH 09/15] ASoC: Migo-R sound needs I2C 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 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