From patchwork Fri Oct 17 01:22:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Neri X-Patchwork-Id: 5094791 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 5A251C11AC for ; Fri, 17 Oct 2014 01:25:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 98A4C201ED for ; Fri, 17 Oct 2014 01:25:24 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 957C12010E for ; Fri, 17 Oct 2014 01:25:23 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 8B62E2651C7; Fri, 17 Oct 2014 03:25:22 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 1962526506E; Fri, 17 Oct 2014 03:24:25 +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 DD231260643; Fri, 17 Oct 2014 03:24:22 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by alsa0.perex.cz (Postfix) with ESMTP id D189F260643 for ; Fri, 17 Oct 2014 03:24:13 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 16 Oct 2014 18:23:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,735,1406617200"; d="scan'208";a="615852932" Received: from ranerica-desk01.sc.intel.com ([10.3.52.154]) by fmsmga002.fm.intel.com with ESMTP; 16 Oct 2014 18:23:57 -0700 From: Ricardo Neri To: Mark Brown , Liam Girdwood Date: Thu, 16 Oct 2014 18:22:02 -0700 Message-Id: <1413508922-27567-3-git-send-email-ricardo.neri-calderon@linux.intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1413508922-27567-1-git-send-email-ricardo.neri-calderon@linux.intel.com> References: <1413508922-27567-1-git-send-email-ricardo.neri-calderon@linux.intel.com> Cc: Ricardo Neri , alsa-devel@alsa-project.org, "Glenn P. Williamson" Subject: [alsa-devel] [PATCH 2/2] ASoC: Intel: Add new dependency for Haswell machine 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 I2C support for the RT5640 codec is provided through the Designware I2C platform adapter in this machine. Thus, the driver must be present. Signed-off-by: Ricardo Neri --- sound/soc/intel/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 83d5ed1..ac03e69 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -32,7 +32,8 @@ config SND_SOC_INTEL_BAYTRAIL config SND_SOC_INTEL_HASWELL_MACH tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" - depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C + depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \\ + I2C_DESIGNWARE_PLATFORM select SND_SOC_INTEL_HASWELL select SND_SOC_RT5640 help