All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON
@ 2018-01-17 18:43 Corentin Labbe
  2018-01-17 19:14   ` Pierre-Louis Bossart
  2018-01-18 11:23   ` Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Corentin Labbe @ 2018-01-17 18:43 UTC (permalink / raw)
  To: broonie, lgirdwood, perex, tiwai; +Cc: alsa-devel, linux-kernel, Corentin Labbe

SND_SST_ATOM_HIFI2_PLATFORM_PCI select SND_SOC_INTEL_COMMON which do not
exists anymore.
So remove this select.

Fixes: c6059879be29 ("ASoC: Intel: Fix Kconfig with top-level selector")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 sound/soc/intel/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index b0bd1938b71e..f2c9e8c5970a 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -77,7 +77,6 @@ config SND_SST_ATOM_HIFI2_PLATFORM_PCI
 	depends on X86 && PCI
 	select SND_SST_IPC_PCI
 	select SND_SOC_COMPRESS
-	select SND_SOC_INTEL_COMMON
 	help
 	  If you have a Intel Medfield or Merrifield/Edison platform, then
 	  enable this option by saying Y or m. Distros will typically not
-- 
2.13.6

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

* Re: [alsa-devel] [PATCH] ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON
  2018-01-17 18:43 [PATCH] ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON Corentin Labbe
@ 2018-01-17 19:14   ` Pierre-Louis Bossart
  2018-01-18 11:23   ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Pierre-Louis Bossart @ 2018-01-17 19:14 UTC (permalink / raw)
  To: Corentin Labbe, broonie, lgirdwood, perex, tiwai; +Cc: alsa-devel, linux-kernel

On 1/17/18 12:43 PM, Corentin Labbe wrote:
> SND_SST_ATOM_HIFI2_PLATFORM_PCI select SND_SOC_INTEL_COMMON which do not
> exists anymore.
> So remove this select.
> 
> Fixes: c6059879be29 ("ASoC: Intel: Fix Kconfig with top-level selector")
> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>

Yes indeed, it's the only place this remains. Thanks for the patch.

Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

> ---
>   sound/soc/intel/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
> index b0bd1938b71e..f2c9e8c5970a 100644
> --- a/sound/soc/intel/Kconfig
> +++ b/sound/soc/intel/Kconfig
> @@ -77,7 +77,6 @@ config SND_SST_ATOM_HIFI2_PLATFORM_PCI
>   	depends on X86 && PCI
>   	select SND_SST_IPC_PCI
>   	select SND_SOC_COMPRESS
> -	select SND_SOC_INTEL_COMMON
>   	help
>   	  If you have a Intel Medfield or Merrifield/Edison platform, then
>   	  enable this option by saying Y or m. Distros will typically not
> 

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

* Re: [PATCH] ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON
@ 2018-01-17 19:14   ` Pierre-Louis Bossart
  0 siblings, 0 replies; 5+ messages in thread
From: Pierre-Louis Bossart @ 2018-01-17 19:14 UTC (permalink / raw)
  To: Corentin Labbe, broonie, lgirdwood, perex, tiwai; +Cc: alsa-devel, linux-kernel

On 1/17/18 12:43 PM, Corentin Labbe wrote:
> SND_SST_ATOM_HIFI2_PLATFORM_PCI select SND_SOC_INTEL_COMMON which do not
> exists anymore.
> So remove this select.
> 
> Fixes: c6059879be29 ("ASoC: Intel: Fix Kconfig with top-level selector")
> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>

Yes indeed, it's the only place this remains. Thanks for the patch.

Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

> ---
>   sound/soc/intel/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
> index b0bd1938b71e..f2c9e8c5970a 100644
> --- a/sound/soc/intel/Kconfig
> +++ b/sound/soc/intel/Kconfig
> @@ -77,7 +77,6 @@ config SND_SST_ATOM_HIFI2_PLATFORM_PCI
>   	depends on X86 && PCI
>   	select SND_SST_IPC_PCI
>   	select SND_SOC_COMPRESS
> -	select SND_SOC_INTEL_COMMON
>   	help
>   	  If you have a Intel Medfield or Merrifield/Edison platform, then
>   	  enable this option by saying Y or m. Distros will typically not
> 

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

* Applied "ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON" to the asoc tree
  2018-01-17 18:43 [PATCH] ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON Corentin Labbe
@ 2018-01-18 11:23   ` Mark Brown
  2018-01-18 11:23   ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2018-01-18 11:23 UTC (permalink / raw)
  To: Corentin LABBE
  Cc: Corentin Labbe, Pierre-Louis Bossart, Mark Brown, broonie,
	lgirdwood, perex, tiwai, alsa-devel, Corentin Labbe,
	linux-kernel, alsa-devel

The patch

   ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON

has been applied to the asoc tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From e29a22a86a20ea7651ff8c731ab034c31bd9764e Mon Sep 17 00:00:00 2001
From: Corentin LABBE <clabbe.montjoie@gmail.com>
Date: Wed, 17 Jan 2018 19:43:24 +0100
Subject: [PATCH] ASoC: Intel: remove select on non-existing
 SND_SOC_INTEL_COMMON

SND_SST_ATOM_HIFI2_PLATFORM_PCI select SND_SOC_INTEL_COMMON which do not
exists anymore.
So remove this select.

Fixes: c6059879be29 ("ASoC: Intel: Fix Kconfig with top-level selector")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/intel/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index b0bd1938b71e..f2c9e8c5970a 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -77,7 +77,6 @@ config SND_SST_ATOM_HIFI2_PLATFORM_PCI
 	depends on X86 && PCI
 	select SND_SST_IPC_PCI
 	select SND_SOC_COMPRESS
-	select SND_SOC_INTEL_COMMON
 	help
 	  If you have a Intel Medfield or Merrifield/Edison platform, then
 	  enable this option by saying Y or m. Distros will typically not
-- 
2.15.1

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

* Applied "ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON" to the asoc tree
@ 2018-01-18 11:23   ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2018-01-18 11:23 UTC (permalink / raw)
  Cc: Corentin Labbe, Pierre-Louis Bossart, Mark Brown

The patch

   ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON

has been applied to the asoc tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From e29a22a86a20ea7651ff8c731ab034c31bd9764e Mon Sep 17 00:00:00 2001
From: Corentin LABBE <clabbe.montjoie@gmail.com>
Date: Wed, 17 Jan 2018 19:43:24 +0100
Subject: [PATCH] ASoC: Intel: remove select on non-existing
 SND_SOC_INTEL_COMMON

SND_SST_ATOM_HIFI2_PLATFORM_PCI select SND_SOC_INTEL_COMMON which do not
exists anymore.
So remove this select.

Fixes: c6059879be29 ("ASoC: Intel: Fix Kconfig with top-level selector")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/intel/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index b0bd1938b71e..f2c9e8c5970a 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -77,7 +77,6 @@ config SND_SST_ATOM_HIFI2_PLATFORM_PCI
 	depends on X86 && PCI
 	select SND_SST_IPC_PCI
 	select SND_SOC_COMPRESS
-	select SND_SOC_INTEL_COMMON
 	help
 	  If you have a Intel Medfield or Merrifield/Edison platform, then
 	  enable this option by saying Y or m. Distros will typically not
-- 
2.15.1

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

end of thread, other threads:[~2018-01-18 11:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-17 18:43 [PATCH] ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON Corentin Labbe
2018-01-17 19:14 ` [alsa-devel] " Pierre-Louis Bossart
2018-01-17 19:14   ` Pierre-Louis Bossart
2018-01-18 11:23 ` Applied "ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON" to the asoc tree Mark Brown
2018-01-18 11:23   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.