From patchwork Sun Sep 17 15:15:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= X-Patchwork-Id: 9954885 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 7CCF160568 for ; Sun, 17 Sep 2017 15:15:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6C7AC28B03 for ; Sun, 17 Sep 2017 15:15:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6126C28B0A; Sun, 17 Sep 2017 15:15:50 +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=-1.0 required=2.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID autolearn=no 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 933BB28B0B for ; Sun, 17 Sep 2017 15:15:42 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 8A2D4266B70; Sun, 17 Sep 2017 17:15: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 AD2F5266B7E; Sun, 17 Sep 2017 17:15:10 +0200 (CEST) Received: from rere.qmqm.pl (78-11-180-123.static.ip.netia.com.pl [78.11.180.123]) by alsa0.perex.cz (Postfix) with ESMTP id 3059C266A73 for ; Sun, 17 Sep 2017 17:15:07 +0200 (CEST) Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 3xwCP45yDdz9C; Sun, 17 Sep 2017 17:15:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1505661305; bh=QARZ1PJ1qEC0CHgyIUWC0pz5fShHN+yCkIqqOp7CoxY=; h=Date:From:Subject:To:Cc:From; b=joEwCum28YmQq3Z3ch0HsrqXkowC1GKZZnmwBsKu9wIFn5oywZLyrY4juhJtQD3Zq WQ0Auj8bq9xNGlv8bZszyn+BUHuxAkYD1DlDu6XtRmVf2kiGHktLXWtwCqUkCL4DVR TCgz9rr7b1lpRyLtqz6PnLoGENMG58URRZ0Ww+C3O3xQDqIlN16/ycSyh/2Aev7tS0 8ngpfMnpUqW2esk2IRJDV/CvXg52hUsoROdFK5kKZ91+UiSHybn7JjOJH7E7RINE/v XLHGJjZxZvPuQig071LYLNbtFv2utpBTVkFP/+46w1pBA3RHG7qw33sPOuD5Y2QVBx dNX0Knwczvh6A== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99.2 at rere Date: Sun, 17 Sep 2017 17:15:04 +0200 Message-Id: From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= MIME-Version: 1.0 To: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Thierry Reding , Jonathan Hunter Cc: linux-tegra@vger.kernel.org, alsa-devel@alsa-project.org Subject: [alsa-devel] [PATCH] sound: tegra20-spdif: remove "default m" 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 Default != n for drivers is frowned upon. This is the only one among tegra sound drivers that was different. Signed-off-by: Michał Mirosław --- sound/soc/tegra/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 6875fc39a575..6c893c677110 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -38,7 +38,6 @@ config SND_SOC_TEGRA20_I2S config SND_SOC_TEGRA20_SPDIF tristate "Tegra20 SPDIF interface" depends on SND_SOC_TEGRA - default m help Say Y or M if you want to add support for the Tegra20 SPDIF interface. You will also need to select the individual machine drivers to support