All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sound: remove duplicated CONFIG_SND_PXA2XX_AC97 entry
@ 2024-02-04  9:02 ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2024-02-04  9:02 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, linux-sound, Daniel Mack,
	Haojian Zhuang, Robert Jarzmik, linux-arm-kernel, Mark Brown
  Cc: Masahiro Yamada, Liam Girdwood, linux-kernel

'config SND_PXA2XX_AC97' is already present in sound/arm/Kconfig with
a prompt.

Commit 734c2d4bb7cf ("[ALSA] ASoC pxa2xx build support") redundantly
added the second one to sound/soc/pxa/Kconfig.

Remove it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 sound/soc/pxa/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig
index f03c74809324..e05d6ce4c8fa 100644
--- a/sound/soc/pxa/Kconfig
+++ b/sound/soc/pxa/Kconfig
@@ -8,9 +8,6 @@ config SND_PXA2XX_SOC
 	  the PXA2xx AC97, I2S or SSP interface. You will also need
 	  to select the audio interfaces to support below.
 
-config SND_PXA2XX_AC97
-	tristate
-
 config SND_PXA2XX_SOC_AC97
 	tristate "SoC AC97 support for PXA2xx"
 	depends on SND_PXA2XX_SOC
-- 
2.40.1


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

* [PATCH] sound: remove duplicated CONFIG_SND_PXA2XX_AC97 entry
@ 2024-02-04  9:02 ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2024-02-04  9:02 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, linux-sound, Daniel Mack,
	Haojian Zhuang, Robert Jarzmik, linux-arm-kernel, Mark Brown
  Cc: Masahiro Yamada, Liam Girdwood, linux-kernel

'config SND_PXA2XX_AC97' is already present in sound/arm/Kconfig with
a prompt.

Commit 734c2d4bb7cf ("[ALSA] ASoC pxa2xx build support") redundantly
added the second one to sound/soc/pxa/Kconfig.

Remove it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 sound/soc/pxa/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig
index f03c74809324..e05d6ce4c8fa 100644
--- a/sound/soc/pxa/Kconfig
+++ b/sound/soc/pxa/Kconfig
@@ -8,9 +8,6 @@ config SND_PXA2XX_SOC
 	  the PXA2xx AC97, I2S or SSP interface. You will also need
 	  to select the audio interfaces to support below.
 
-config SND_PXA2XX_AC97
-	tristate
-
 config SND_PXA2XX_SOC_AC97
 	tristate "SoC AC97 support for PXA2xx"
 	depends on SND_PXA2XX_SOC
-- 
2.40.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] sound: remove duplicated CONFIG_SND_PXA2XX_AC97 entry
  2024-02-04  9:02 ` Masahiro Yamada
@ 2024-02-04  9:04   ` Masahiro Yamada
  -1 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2024-02-04  9:04 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, linux-sound, Daniel Mack,
	Haojian Zhuang, Robert Jarzmik, linux-arm-kernel, Mark Brown
  Cc: Liam Girdwood, linux-kernel

Maybe, the patch subject "ASoC: pxa:" might be better than "sound:"
so it matches the change history in this directory.



On Sun, Feb 4, 2024 at 6:02 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> 'config SND_PXA2XX_AC97' is already present in sound/arm/Kconfig with
> a prompt.
>
> Commit 734c2d4bb7cf ("[ALSA] ASoC pxa2xx build support") redundantly
> added the second one to sound/soc/pxa/Kconfig.
>
> Remove it.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
>
>  sound/soc/pxa/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig
> index f03c74809324..e05d6ce4c8fa 100644
> --- a/sound/soc/pxa/Kconfig
> +++ b/sound/soc/pxa/Kconfig
> @@ -8,9 +8,6 @@ config SND_PXA2XX_SOC
>           the PXA2xx AC97, I2S or SSP interface. You will also need
>           to select the audio interfaces to support below.
>
> -config SND_PXA2XX_AC97
> -       tristate
> -
>  config SND_PXA2XX_SOC_AC97
>         tristate "SoC AC97 support for PXA2xx"
>         depends on SND_PXA2XX_SOC
> --
> 2.40.1
>


-- 
Best Regards
Masahiro Yamada

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] sound: remove duplicated CONFIG_SND_PXA2XX_AC97 entry
@ 2024-02-04  9:04   ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2024-02-04  9:04 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, linux-sound, Daniel Mack,
	Haojian Zhuang, Robert Jarzmik, linux-arm-kernel, Mark Brown
  Cc: Liam Girdwood, linux-kernel

Maybe, the patch subject "ASoC: pxa:" might be better than "sound:"
so it matches the change history in this directory.



On Sun, Feb 4, 2024 at 6:02 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> 'config SND_PXA2XX_AC97' is already present in sound/arm/Kconfig with
> a prompt.
>
> Commit 734c2d4bb7cf ("[ALSA] ASoC pxa2xx build support") redundantly
> added the second one to sound/soc/pxa/Kconfig.
>
> Remove it.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
>
>  sound/soc/pxa/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig
> index f03c74809324..e05d6ce4c8fa 100644
> --- a/sound/soc/pxa/Kconfig
> +++ b/sound/soc/pxa/Kconfig
> @@ -8,9 +8,6 @@ config SND_PXA2XX_SOC
>           the PXA2xx AC97, I2S or SSP interface. You will also need
>           to select the audio interfaces to support below.
>
> -config SND_PXA2XX_AC97
> -       tristate
> -
>  config SND_PXA2XX_SOC_AC97
>         tristate "SoC AC97 support for PXA2xx"
>         depends on SND_PXA2XX_SOC
> --
> 2.40.1
>


-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH] sound: remove duplicated CONFIG_SND_PXA2XX_AC97 entry
  2024-02-04  9:04   ` Masahiro Yamada
@ 2024-02-04  9:08     ` Takashi Iwai
  -1 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2024-02-04  9:08 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, Daniel Mack,
	Haojian Zhuang, Robert Jarzmik, linux-arm-kernel, Mark Brown,
	Liam Girdwood, linux-kernel

On Sun, 04 Feb 2024 10:04:32 +0100,
Masahiro Yamada wrote:
> 
> Maybe, the patch subject "ASoC: pxa:" might be better than "sound:"
> so it matches the change history in this directory.

Yes, care to resubmit with that prefix?


thanks,

Takashi

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

* Re: [PATCH] sound: remove duplicated CONFIG_SND_PXA2XX_AC97 entry
@ 2024-02-04  9:08     ` Takashi Iwai
  0 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2024-02-04  9:08 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, Daniel Mack,
	Haojian Zhuang, Robert Jarzmik, linux-arm-kernel, Mark Brown,
	Liam Girdwood, linux-kernel

On Sun, 04 Feb 2024 10:04:32 +0100,
Masahiro Yamada wrote:
> 
> Maybe, the patch subject "ASoC: pxa:" might be better than "sound:"
> so it matches the change history in this directory.

Yes, care to resubmit with that prefix?


thanks,

Takashi

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] sound: remove duplicated CONFIG_SND_PXA2XX_AC97 entry
  2024-02-04  9:08     ` Takashi Iwai
@ 2024-02-04  9:09       ` Masahiro Yamada
  -1 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2024-02-04  9:09 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, Daniel Mack,
	Haojian Zhuang, Robert Jarzmik, linux-arm-kernel, Mark Brown,
	Liam Girdwood, linux-kernel

On Sun, Feb 4, 2024 at 6:08 PM Takashi Iwai <tiwai@suse.de> wrote:
>
> On Sun, 04 Feb 2024 10:04:32 +0100,
> Masahiro Yamada wrote:
> >
> > Maybe, the patch subject "ASoC: pxa:" might be better than "sound:"
> > so it matches the change history in this directory.
>
> Yes, care to resubmit with that prefix?
>


Sure.


-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH] sound: remove duplicated CONFIG_SND_PXA2XX_AC97 entry
@ 2024-02-04  9:09       ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2024-02-04  9:09 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, Daniel Mack,
	Haojian Zhuang, Robert Jarzmik, linux-arm-kernel, Mark Brown,
	Liam Girdwood, linux-kernel

On Sun, Feb 4, 2024 at 6:08 PM Takashi Iwai <tiwai@suse.de> wrote:
>
> On Sun, 04 Feb 2024 10:04:32 +0100,
> Masahiro Yamada wrote:
> >
> > Maybe, the patch subject "ASoC: pxa:" might be better than "sound:"
> > so it matches the change history in this directory.
>
> Yes, care to resubmit with that prefix?
>


Sure.


-- 
Best Regards
Masahiro Yamada

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2024-02-04  9:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-04  9:02 [PATCH] sound: remove duplicated CONFIG_SND_PXA2XX_AC97 entry Masahiro Yamada
2024-02-04  9:02 ` Masahiro Yamada
2024-02-04  9:04 ` Masahiro Yamada
2024-02-04  9:04   ` Masahiro Yamada
2024-02-04  9:08   ` Takashi Iwai
2024-02-04  9:08     ` Takashi Iwai
2024-02-04  9:09     ` Masahiro Yamada
2024-02-04  9:09       ` Masahiro Yamada

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.