All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger
@ 2023-10-20  7:12 Jaroslav Kysela
  2023-10-20 11:49 ` Mark Brown
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jaroslav Kysela @ 2023-10-20  7:12 UTC (permalink / raw)
  To: ALSA development
  Cc: Takashi Iwai, Jaroslav Kysela, Takashi Iwai, Mark Brown,
	Ivan Orlov, Konstantin Ryabitsev

As discussed on alsa-devel mailing list [1], it is useful to have an open
mailing list to avoid moderation delays for the kernel patch work. Use
linux-sound mailing list for kernel driver related threads.

In the first stage, change the list for the ALSA core, ASoC and tests.

[1] https://lore.kernel.org/alsa-devel/20231019-posture-cache-fe060b@meerkat/

Cc: Takashi Iwai <tiwai@suse.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Ivan Orlov <ivan.orlov0322@gmail.com>
Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
---
 MAINTAINERS | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7a7bd8bd80e9..007c0b204df7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20061,7 +20061,7 @@ F:	include/linux/sony-laptop.h
 SOUND
 M:	Jaroslav Kysela <perex@perex.cz>
 M:	Takashi Iwai <tiwai@suse.com>
-L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
+L:	linux-sound@vger.kernel.org
 S:	Maintained
 W:	http://www.alsa-project.org/
 Q:	http://patchwork.kernel.org/project/alsa-devel/list/
@@ -20074,7 +20074,7 @@ F:	tools/testing/selftests/alsa
 
 SOUND - ALSA SELFTESTS
 M:	Mark Brown <broonie@kernel.org>
-L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
+L:	linux-sound@vger.kernel.org
 L:	linux-kselftest@vger.kernel.org
 S:	Supported
 F:	tools/testing/selftests/alsa
@@ -20100,7 +20100,7 @@ F:	sound/soc/soc-generic-dmaengine-pcm.c
 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
 M:	Liam Girdwood <lgirdwood@gmail.com>
 M:	Mark Brown <broonie@kernel.org>
-L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
+L:	linux-sound@vger.kernel.org
 S:	Supported
 W:	http://alsa-project.org/main/index.php/ASoC
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
@@ -22931,7 +22931,7 @@ F:	fs/vboxsf/*
 
 VIRTUAL PCM TEST DRIVER
 M:	Ivan Orlov <ivan.orlov0322@gmail.com>
-L:	alsa-devel@alsa-project.org
+L:	linux-sound@vger.kernel.org
 S:	Maintained
 F:	Documentation/sound/cards/pcmtest.rst
 F:	sound/drivers/pcmtest.c
-- 
2.41.0


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

* Re: [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger
  2023-10-20  7:12 [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger Jaroslav Kysela
@ 2023-10-20 11:49 ` Mark Brown
  2023-10-20 13:00 ` Konstantin Ryabitsev
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2023-10-20 11:49 UTC (permalink / raw)
  To: Jaroslav Kysela
  Cc: ALSA development, Takashi Iwai, Takashi Iwai, Ivan Orlov,
	Konstantin Ryabitsev

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

On Fri, Oct 20, 2023 at 09:12:47AM +0200, Jaroslav Kysela wrote:
> As discussed on alsa-devel mailing list [1], it is useful to have an open
> mailing list to avoid moderation delays for the kernel patch work. Use
> linux-sound mailing list for kernel driver related threads.
> 
> In the first stage, change the list for the ALSA core, ASoC and tests.
> 
> [1] https://lore.kernel.org/alsa-devel/20231019-posture-cache-fe060b@meerkat/

Reviewed-by: Mark Brown <broonie@kernel.org>

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

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

* Re: [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger
  2023-10-20  7:12 [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger Jaroslav Kysela
  2023-10-20 11:49 ` Mark Brown
@ 2023-10-20 13:00 ` Konstantin Ryabitsev
  2023-10-20 13:27 ` Ivan Orlov
  2023-10-23 13:03 ` Takashi Iwai
  3 siblings, 0 replies; 8+ messages in thread
From: Konstantin Ryabitsev @ 2023-10-20 13:00 UTC (permalink / raw)
  To: Jaroslav Kysela
  Cc: ALSA development, Takashi Iwai, Takashi Iwai, Mark Brown,
	Ivan Orlov

On Fri, Oct 20, 2023 at 09:12:47AM +0200, Jaroslav Kysela wrote:
> As discussed on alsa-devel mailing list [1], it is useful to have an open
> mailing list to avoid moderation delays for the kernel patch work. Use
> linux-sound mailing list for kernel driver related threads.

Acked-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

-K

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

* Re: [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger
  2023-10-20  7:12 [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger Jaroslav Kysela
  2023-10-20 11:49 ` Mark Brown
  2023-10-20 13:00 ` Konstantin Ryabitsev
@ 2023-10-20 13:27 ` Ivan Orlov
  2023-10-23 13:03 ` Takashi Iwai
  3 siblings, 0 replies; 8+ messages in thread
From: Ivan Orlov @ 2023-10-20 13:27 UTC (permalink / raw)
  To: Jaroslav Kysela, ALSA development
  Cc: Takashi Iwai, Takashi Iwai, Mark Brown, Konstantin Ryabitsev

On 10/20/23 08:12, Jaroslav Kysela wrote:
> As discussed on alsa-devel mailing list [1], it is useful to have an open
> mailing list to avoid moderation delays for the kernel patch work. Use
> linux-sound mailing list for kernel driver related threads.
> 
> In the first stage, change the list for the ALSA core, ASoC and tests.
> 
> [1] https://lore.kernel.org/alsa-devel/20231019-posture-cache-fe060b@meerkat/
> 
> Cc: Takashi Iwai <tiwai@suse.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Ivan Orlov <ivan.orlov0322@gmail.com>
> Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
> ---
>   MAINTAINERS | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7a7bd8bd80e9..007c0b204df7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20061,7 +20061,7 @@ F:	include/linux/sony-laptop.h
>   SOUND
>   M:	Jaroslav Kysela <perex@perex.cz>
>   M:	Takashi Iwai <tiwai@suse.com>
> -L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
> +L:	linux-sound@vger.kernel.org
>   S:	Maintained
>   W:	http://www.alsa-project.org/
>   Q:	http://patchwork.kernel.org/project/alsa-devel/list/
> @@ -20074,7 +20074,7 @@ F:	tools/testing/selftests/alsa
>   
>   SOUND - ALSA SELFTESTS
>   M:	Mark Brown <broonie@kernel.org>
> -L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
> +L:	linux-sound@vger.kernel.org
>   L:	linux-kselftest@vger.kernel.org
>   S:	Supported
>   F:	tools/testing/selftests/alsa
> @@ -20100,7 +20100,7 @@ F:	sound/soc/soc-generic-dmaengine-pcm.c
>   SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
>   M:	Liam Girdwood <lgirdwood@gmail.com>
>   M:	Mark Brown <broonie@kernel.org>
> -L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
> +L:	linux-sound@vger.kernel.org
>   S:	Supported
>   W:	http://alsa-project.org/main/index.php/ASoC
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
> @@ -22931,7 +22931,7 @@ F:	fs/vboxsf/*
>   
>   VIRTUAL PCM TEST DRIVER
>   M:	Ivan Orlov <ivan.orlov0322@gmail.com>
> -L:	alsa-devel@alsa-project.org
> +L:	linux-sound@vger.kernel.org
>   S:	Maintained
>   F:	Documentation/sound/cards/pcmtest.rst
>   F:	sound/drivers/pcmtest.c

Acked-by: Ivan Orlov <ivan.orlov0322@gmail.com>

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

* Re: [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger
  2023-10-20  7:12 [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger Jaroslav Kysela
                   ` (2 preceding siblings ...)
  2023-10-20 13:27 ` Ivan Orlov
@ 2023-10-23 13:03 ` Takashi Iwai
  2023-10-25 13:41   ` Takashi Iwai
  3 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2023-10-23 13:03 UTC (permalink / raw)
  To: Jaroslav Kysela
  Cc: ALSA development, Takashi Iwai, Mark Brown, Ivan Orlov,
	Konstantin Ryabitsev

On Fri, 20 Oct 2023 09:12:47 +0200,
Jaroslav Kysela wrote:
> 
> As discussed on alsa-devel mailing list [1], it is useful to have an open
> mailing list to avoid moderation delays for the kernel patch work. Use
> linux-sound mailing list for kernel driver related threads.
> 
> In the first stage, change the list for the ALSA core, ASoC and tests.
> 
> [1] https://lore.kernel.org/alsa-devel/20231019-posture-cache-fe060b@meerkat/
> 
> Cc: Takashi Iwai <tiwai@suse.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Ivan Orlov <ivan.orlov0322@gmail.com>
> Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
> Signed-off-by: Jaroslav Kysela <perex@perex.cz>

Applied to for-next branch now.  Thanks.


Takashi

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

* Re: [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger
  2023-10-23 13:03 ` Takashi Iwai
@ 2023-10-25 13:41   ` Takashi Iwai
  2023-10-25 13:49     ` Konstantin Ryabitsev
  0 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2023-10-25 13:41 UTC (permalink / raw)
  To: Jaroslav Kysela
  Cc: ALSA development, Takashi Iwai, Mark Brown, Ivan Orlov,
	Konstantin Ryabitsev

On Mon, 23 Oct 2023 15:03:01 +0200,
Takashi Iwai wrote:
> 
> On Fri, 20 Oct 2023 09:12:47 +0200,
> Jaroslav Kysela wrote:
> > 
> > As discussed on alsa-devel mailing list [1], it is useful to have an open
> > mailing list to avoid moderation delays for the kernel patch work. Use
> > linux-sound mailing list for kernel driver related threads.
> > 
> > In the first stage, change the list for the ALSA core, ASoC and tests.
> > 
> > [1] https://lore.kernel.org/alsa-devel/20231019-posture-cache-fe060b@meerkat/
> > 
> > Cc: Takashi Iwai <tiwai@suse.com>
> > Cc: Mark Brown <broonie@kernel.org>
> > Cc: Ivan Orlov <ivan.orlov0322@gmail.com>
> > Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
> > Signed-off-by: Jaroslav Kysela <perex@perex.cz>
> 
> Applied to for-next branch now.  Thanks.

... and I tested posting patches to linux-sound ML:
  https://lore.kernel.org/linux-sound/20231025132314.5878-1-tiwai@suse.de

I thought those are forwarded to alsa-devel, but apparently they
aren't.  So we all devs need to subscribe this ML now?


thanks,

Takashi

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

* Re: [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger
  2023-10-25 13:41   ` Takashi Iwai
@ 2023-10-25 13:49     ` Konstantin Ryabitsev
  2023-10-25 13:52       ` Takashi Iwai
  0 siblings, 1 reply; 8+ messages in thread
From: Konstantin Ryabitsev @ 2023-10-25 13:49 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Jaroslav Kysela, ALSA development, Takashi Iwai, Mark Brown,
	Ivan Orlov

On Wed, Oct 25, 2023 at 03:41:31PM +0200, Takashi Iwai wrote:
> ... and I tested posting patches to linux-sound ML:
>   https://lore.kernel.org/linux-sound/20231025132314.5878-1-tiwai@suse.de
> 
> I thought those are forwarded to alsa-devel, but apparently they
> aren't.

In case there was confusion, I meant that the patches sent to that list will
be automatically fed to the alsa-devel patchwork, which they were:

https://patchwork.kernel.org/project/alsa-devel/list/?series=796434

> So we all devs need to subscribe this ML now?

Until we can do search-based pseudo-lists in the near future, that is indeed
what I would recommend. There is almost no other traffic on that list, so this
will not impact your inboxes in any meaningful way.

-K

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

* Re: [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger
  2023-10-25 13:49     ` Konstantin Ryabitsev
@ 2023-10-25 13:52       ` Takashi Iwai
  0 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2023-10-25 13:52 UTC (permalink / raw)
  To: Konstantin Ryabitsev
  Cc: Jaroslav Kysela, ALSA development, Takashi Iwai, Mark Brown,
	Ivan Orlov

On Wed, 25 Oct 2023 15:49:48 +0200,
Konstantin Ryabitsev wrote:
> 
> On Wed, Oct 25, 2023 at 03:41:31PM +0200, Takashi Iwai wrote:
> > ... and I tested posting patches to linux-sound ML:
> >   https://lore.kernel.org/linux-sound/20231025132314.5878-1-tiwai@suse.de
> > 
> > I thought those are forwarded to alsa-devel, but apparently they
> > aren't.
> 
> In case there was confusion, I meant that the patches sent to that list will
> be automatically fed to the alsa-devel patchwork, which they were:
> 
> https://patchwork.kernel.org/project/alsa-devel/list/?series=796434

Ah I see.

> > So we all devs need to subscribe this ML now?
> 
> Until we can do search-based pseudo-lists in the near future, that is indeed
> what I would recommend. There is almost no other traffic on that list, so this
> will not impact your inboxes in any meaningful way.

OK, thanks!


Takashi

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

end of thread, other threads:[~2023-10-26 16:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20  7:12 [PATCH] MAINTAINERS: ALSA: change mailing list to linux-sound on vger Jaroslav Kysela
2023-10-20 11:49 ` Mark Brown
2023-10-20 13:00 ` Konstantin Ryabitsev
2023-10-20 13:27 ` Ivan Orlov
2023-10-23 13:03 ` Takashi Iwai
2023-10-25 13:41   ` Takashi Iwai
2023-10-25 13:49     ` Konstantin Ryabitsev
2023-10-25 13:52       ` Takashi Iwai

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.