From patchwork Wed Apr 25 18:01:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jarkko Nikula X-Patchwork-Id: 10364041 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 87B24601BE for ; Wed, 25 Apr 2018 18:01:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7ADB829001 for ; Wed, 25 Apr 2018 18:01:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6E37128FF7; Wed, 25 Apr 2018 18:01:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C70E528FF6 for ; Wed, 25 Apr 2018 18:01:16 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id AA85626777C; Wed, 25 Apr 2018 20:01:12 +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 4AD012677A0; Wed, 25 Apr 2018 20:01:10 +0200 (CEST) Received: from bitmer.com (50-87-157-213.static.tentacle.fi [213.157.87.50]) by alsa0.perex.cz (Postfix) with ESMTP id 9E315267773 for ; Wed, 25 Apr 2018 20:01:07 +0200 (CEST) Received: from dsl-hkibng31-54fabc-36.dhcp.inet.fi ([84.250.188.36] helo=localhost.localdomain) by bitmer.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1fBOj3-00056B-VF; Wed, 25 Apr 2018 21:01:06 +0300 From: Jarkko Nikula To: alsa-devel@alsa-project.org Date: Wed, 25 Apr 2018 21:01:00 +0300 Message-Id: <20180425180100.15104-1-jarkko.nikula@bitmer.com> X-Mailer: git-send-email 2.17.0 MIME-Version: 1.0 Cc: tony@atomide.com, Liam Girdwood , aaro.koskinen@iki.f, peter.ujfalusi@ti.com, Mark Brown , linux-omap@vger.kernel.org, Jarkko Nikula Subject: [alsa-devel] [PATCH] ASoC: omap: Remove OMAP_MUX dependency from Nokia N810 audio support 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 Commit e9f5f1e45608 ("ARM: OMAP2+: Remove legacy mux code") removed CONFIG_OMAP_MUX making impossible to build Nokia N810 audio support. Remove this dependency so we can do at least build tests. Fixes: e9f5f1e45608 ("ARM: OMAP2+: Remove legacy mux code") Signed-off-by: Jarkko Nikula --- Péter, Tony: Shall we pile fixes together or just send separately whenever fixes or cleanups are ready? --- sound/soc/omap/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index f5451c78ede5..9d20c9b94477 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -30,7 +30,6 @@ config SND_OMAP_SOC_HDMI_AUDIO config SND_OMAP_SOC_N810 tristate "SoC Audio support for Nokia N810" depends on SND_OMAP_SOC && MACH_NOKIA_N810 && I2C - depends on OMAP_MUX select SND_OMAP_SOC_MCBSP select SND_SOC_TLV320AIC3X help