From patchwork Tue Feb 25 18:01:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 3718281 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 3C034BF13A for ; Tue, 25 Feb 2014 18:02:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 20DA3201E4 for ; Tue, 25 Feb 2014 18:02:27 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id B9BC2201CD for ; Tue, 25 Feb 2014 18:02:25 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 9255426564E; Tue, 25 Feb 2014 19:02:20 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 51330265643; Tue, 25 Feb 2014 19:02:10 +0100 (CET) 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 EBAD4265644; Tue, 25 Feb 2014 19:02:08 +0100 (CET) Received: from smtp35.i.mail.ru (smtp35.i.mail.ru [94.100.177.95]) by alsa0.perex.cz (Postfix) with ESMTP id F264526563A for ; Tue, 25 Feb 2014 19:02:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Message-Id:Date:Subject:Cc:To:From; bh=30NucSmr/8NN58xn3IKJb105RaUwChYWJVMQ79Mw7/8=; b=E649tWfNOEathVCzfFKvsjdAJF4AVlwHHzHlcaoSN9FqozUdD1Jhjc5TqXEO+WLudQBXG7k0x6Bm/tfqAvXZzbvTLvifyoaTzV0BlPOoZ4anjRMx3nHWVCx4p3ftzH5XeonMSK9zSI2+YFdM1WV3OlB18WsS1iuNsLwb3hm6nLg=; Received: from [188.134.40.128] (port=42347 helo=shc.zet) by smtp35.i.mail.ru with esmtpa (envelope-from ) id 1WIMKP-0003JO-8S; Tue, 25 Feb 2014 22:02:01 +0400 From: Alexander Shiyan To: alsa-devel@alsa-project.org Date: Tue, 25 Feb 2014 22:01:54 +0400 Message-Id: <1393351314-23006-1-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 1.8.3.2 X-Spam: Not detected X-Mras: Ok Cc: Takashi Iwai , Mark Brown , Liam Girdwood , Alexander Shiyan Subject: [alsa-devel] [PATCH] ASoC: cirrus: Remove excess dependencies on SND_SOC 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 Configuration for Cirrus Logic audio support is included only if SND_SOC symbol selected, so no reason to check it once more. Signed-off-by: Alexander Shiyan --- sound/soc/cirrus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/cirrus/Kconfig b/sound/soc/cirrus/Kconfig index 06f938d..c872dac 100644 --- a/sound/soc/cirrus/Kconfig +++ b/sound/soc/cirrus/Kconfig @@ -1,6 +1,6 @@ config SND_EP93XX_SOC tristate "SoC Audio support for the Cirrus Logic EP93xx series" - depends on (ARCH_EP93XX || COMPILE_TEST) && SND_SOC + depends on ARCH_EP93XX || COMPILE_TEST select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y or M if you want to add support for codecs attached to