Message ID | 20231020071247.973909-1-perex@perex.cz |
---|---|
State | Accepted |
Commit | 41a3056e4e73172d09dad6921e70d0f04b57cdf0 |
Headers | show |
Series | MAINTAINERS: ALSA: change mailing list to linux-sound on vger | expand |
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>
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
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
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
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
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(-)