alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [RESEND v2] ASoC: tegra20-spdif: remove "default m"
@ 2020-10-24 12:34 Michał Mirosław
  2020-10-26 12:06 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Michał Mirosław @ 2020-10-24 12:34 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, Stephen Warren
  Cc: linux-tegra, alsa-devel, linux-kernel, linux-arm-kernel

Make tegra20-spdif default to N as all other drivers do.
Add the selection to defconfigs instead.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Fixes: 774fec338bfc ("ASoC: Tegra: Implement SPDIF CPU DAI")
---
 v2: add the symbol to defconfig as suggested by Thierry Reding
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 arch/arm/configs/tegra_defconfig    | 1 +
 sound/soc/tegra/Kconfig             | 1 -
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index e9e76e32f10f..19342ac738a5 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -743,6 +743,7 @@ CONFIG_SND_SOC_STM32_I2S=m
 CONFIG_SND_SUN4I_CODEC=m
 CONFIG_SND_SOC_TEGRA=m
 CONFIG_SND_SOC_TEGRA20_I2S=m
+CONFIG_SND_SOC_TEGRA20_SPDIF=m
 CONFIG_SND_SOC_TEGRA30_I2S=m
 CONFIG_SND_SOC_TEGRA_RT5640=m
 CONFIG_SND_SOC_TEGRA_WM8753=m
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index fff5fae0db30..08526eb50484 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -225,6 +225,7 @@ CONFIG_SND_HDA_CODEC_HDMI=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_TEGRA=y
 CONFIG_SND_SOC_TEGRA20_I2S=y
+CONFIG_SND_SOC_TEGRA20_SPDIF=y
 CONFIG_SND_SOC_TEGRA30_I2S=y
 CONFIG_SND_SOC_TEGRA_RT5640=y
 CONFIG_SND_SOC_TEGRA_WM8753=y
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index 3d91bd3e59cd..a62cc87551ac 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -39,7 +39,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
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [RESEND v2] ASoC: tegra20-spdif: remove "default m"
  2020-10-24 12:34 [RESEND v2] ASoC: tegra20-spdif: remove "default m" Michał Mirosław
@ 2020-10-26 12:06 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2020-10-26 12:06 UTC (permalink / raw)
  To: Michał Mirosław
  Cc: alsa-devel, Stephen Warren, Liam Girdwood, linux-kernel,
	Takashi Iwai, Thierry Reding, linux-tegra, Jonathan Hunter,
	linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

On Sat, Oct 24, 2020 at 02:34:14PM +0200, Michał Mirosław wrote:
> Make tegra20-spdif default to N as all other drivers do.
> Add the selection to defconfigs instead.

Please send defconfig updates as separate patches, they are merged via
arm-soc.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-26 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24 12:34 [RESEND v2] ASoC: tegra20-spdif: remove "default m" Michał Mirosław
2020-10-26 12:06 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).