On Tue, 28 May 2024 at 11:39, Gerd Hoffmann <kra...@redhat.com> wrote: > > Remove myself from audio (both devices and backend) entries. > Flip status to "Orphan" for entries which have nobody else listed. > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > --- > MAINTAINERS | 30 ++++++++++-------------------- > 1 file changed, 10 insertions(+), 20 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 448dc951c509..58e44885ce94 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1913,8 +1913,7 @@ F: include/hw/xtensa/mx_pic.h > Devices > ------- > Overall Audio frontends > -M: Gerd Hoffmann <kra...@redhat.com> > -S: Odd Fixes > +S: Orphan > F: hw/audio/ > F: include/hw/audio/ > F: tests/qtest/ac97-test.c > @@ -2389,8 +2388,8 @@ F: hw/virtio/virtio-mem-pci.c > F: include/hw/virtio/virtio-mem.h > > virtio-snd > -M: Gerd Hoffmann <kra...@redhat.com> > -R: Manos Pitsidianakis <manos.pitsidiana...@linaro.org> > +M: Manos Pitsidianakis <manos.pitsidiana...@linaro.org> > +R: Matias Ezequiel Vara Larsen <mvara...@redhat.com> > S: Supported > F: hw/audio/virtio-snd.c > F: hw/audio/virtio-snd-pci.c
While extra reviewers are always helpful, someone like Volker would make sense, not someone without any contributions: $ git log --format="%an" hw/audio/virtio-snd.c hw/audio/virtio-snd-pci.c include/hw/audio/virtio-snd.h docs/system/devices/virtio-snd.rst | sort -u Manos Pitsidianakis Michael Tokarev Philippe Mathieu-Daudé Richard Henderson Stefan Hajnoczi Volker Rümelin Zheyu Ma I'd suggest leaving adding reviewers here for a different patch submission. Otherwise: Reviewed-by: Manos Pitsidianakis <manos.pitsidiana...@linaro.org> > @@ -2768,7 +2767,6 @@ F: include/hw/hyperv/hv-balloon.h > Subsystems > ---------- > Overall Audio backends > -M: Gerd Hoffmann <kra...@redhat.com> > M: Marc-André Lureau <marcandre.lur...@redhat.com> > S: Odd Fixes > F: audio/ > @@ -2784,13 +2782,11 @@ X: audio/spiceaudio.c > F: qapi/audio.json > > ALSA Audio backend > -M: Gerd Hoffmann <kra...@redhat.com> > R: Christian Schoenebeck <qemu_...@crudebyte.com> > -S: Odd Fixes > +S: Orphan > F: audio/alsaaudio.c > > Core Audio framework backend > -M: Gerd Hoffmann <kra...@redhat.com> > M: Philippe Mathieu-Daudé <phi...@linaro.org> > R: Christian Schoenebeck <qemu_...@crudebyte.com> > R: Akihiko Odaki <akihiko.od...@daynix.com> > @@ -2798,36 +2794,30 @@ S: Odd Fixes > F: audio/coreaudio.c > > DSound Audio backend > -M: Gerd Hoffmann <kra...@redhat.com> > -S: Odd Fixes > +S: Orphan > F: audio/dsound* > > JACK Audio Connection Kit backend > -M: Gerd Hoffmann <kra...@redhat.com> > R: Christian Schoenebeck <qemu_...@crudebyte.com> > -S: Odd Fixes > +S: Orphan > F: audio/jackaudio.c > > Open Sound System (OSS) Audio backend > -M: Gerd Hoffmann <kra...@redhat.com> > -S: Odd Fixes > +S: Orphan > F: audio/ossaudio.c > > PulseAudio backend > -M: Gerd Hoffmann <kra...@redhat.com> > -S: Odd Fixes > +S: Orphan > F: audio/paaudio.c > > SDL Audio backend > -M: Gerd Hoffmann <kra...@redhat.com> > -R: Thomas Huth <h...@tuxfamily.org> > +M: Thomas Huth <h...@tuxfamily.org> > S: Odd Fixes > F: audio/sdlaudio.c > > Sndio Audio backend > -M: Gerd Hoffmann <kra...@redhat.com> > R: Alexandre Ratchov <a...@caoua.org> > -S: Odd Fixes > +S: Orphan > F: audio/sndioaudio.c > > Block layer core > -- > 2.45.1 >