From patchwork Mon May 4 09:28:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 6324771 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 869979F32B for ; Mon, 4 May 2015 09:28:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 98ED420272 for ; Mon, 4 May 2015 09:28:36 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 299222026C for ; Mon, 4 May 2015 09:28:34 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 7AB2D2604B1; Mon, 4 May 2015 11:28:32 +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 4520326064F; Mon, 4 May 2015 11:28:22 +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 43DCC26065F; Mon, 4 May 2015 11:28:19 +0200 (CEST) Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by alsa0.perex.cz (Postfix) with ESMTP id 0569F2604B1 for ; Mon, 4 May 2015 11:28:11 +0200 (CEST) Received: by pdbqd1 with SMTP id qd1so158328532pdb.2 for ; Mon, 04 May 2015 02:28:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=j1njasWE2Z26D2DlqKmpE5M6wyiJPVh8HQX+xpKKlmU=; b=ER3be0xdwUkK79Hhk7tuo83oaiON1sv20vURdKOSTiv2/Q09kTV6iSdUlCdrULowxf 4Y2b+IgqGl6yIDIXwDzNrTEH/MtVfZ92KiVqBk/+bwhX7yxLQw6vFEW181jSRgT2VegB 5o46M8Orxp5Q4y/y22Tmalr65ghNb1lEgYA6qIxdpJL1JfdjGnjI3PSAzUM4DE3UpEyS qPNJZaAE/bmmDTyPM8r4zDkgH1xAXmOCpEVpXCWGmH8gH2lFCcDr70TTFOw4OUU1HoPD Z/3WEtObxAPS0ZMm6UCtOUb/lg5X7jSuCQujtw4omC5Y60GCju7U7qo4izdcDGo5DwIz fz8Q== X-Gm-Message-State: ALoCoQmDaH3im8Gm4K+fshm4xQYmZ89Zw9EYoulk/7+IGEVyzDId3Ir1yNkQcupDEr5rLj4hb5kC X-Received: by 10.66.232.104 with SMTP id tn8mr39969921pac.73.1430731688721; Mon, 04 May 2015 02:28:08 -0700 (PDT) Received: from phoenix.local (36-239-223-78.dynamic-ip.hinet.net. [36.239.223.78]) by mx.google.com with ESMTPSA id k3sm12215016pde.18.2015.05.04.02.28.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 May 2015 02:28:07 -0700 (PDT) Message-ID: <1430731682.32362.2.camel@ingics.com> From: Axel Lin To: Mark Brown Date: Mon, 04 May 2015 17:28:02 +0800 X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Cc: Liam Girdwood , "alsa-devel@alsa-project.org" , David Dajun Chen , Support Opensource , Ashish Chavan Subject: [alsa-devel] [PATCH] ASoC: da7210: Fix dependency to allow build with SND_SOC_I2C_AND_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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Since commit aa0e25caafb7 ("ASoC: da7210: Add support for spi regmap"), the da7210 codec driver supports both I2C and SPI buses. Thus update the dependency accordingly. Signed-off-by: Axel Lin --- sound/soc/codecs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 061c465..ac84ac4 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -54,7 +54,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_CS4271_SPI if SPI_MASTER select SND_SOC_CS42XX8_I2C if I2C select SND_SOC_CX20442 if TTY - select SND_SOC_DA7210 if I2C + select SND_SOC_DA7210 if SND_SOC_I2C_AND_SPI select SND_SOC_DA7213 if I2C select SND_SOC_DA732X if I2C select SND_SOC_DA9055 if I2C