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: 814656 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=rere.qmqm.pl header.i=@rere.qmqm.pl header.b="joEwCum2"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xwCP81m50z9rxm for ; Mon, 18 Sep 2017 01:15:08 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751332AbdIQPPH (ORCPT ); Sun, 17 Sep 2017 11:15:07 -0400 Received: from 78-11-180-123.static.ip.netia.com.pl ([78.11.180.123]:60434 "EHLO rere.qmqm.pl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751319AbdIQPPG (ORCPT ); Sun, 17 Sep 2017 11:15:06 -0400 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?b?TWljaGHFgiBNaXJvc8WCYXc=?= Subject: [PATCH] sound: tegra20-spdif: remove "default m" MIME-Version: 1.0 To: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Thierry Reding , Jonathan Hunter Cc: alsa-devel@alsa-project.org, linux-tegra@vger.kernel.org Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org 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