Message ID | E1mMVca-0005ZJ-Lo@lizzy.crudebyte.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: add myself as partial audio reviewer | expand |
On 9/4/21 3:13 PM, Christian Schoenebeck wrote: > Volunteering as reviewer for some of the audio backends; namely > ALSA, CoreAudio and JACK. > > Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com> > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) Thanks! Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
On Samstag, 4. September 2021 15:13:46 CEST Christian Schoenebeck wrote: > Volunteering as reviewer for some of the audio backends; namely > ALSA, CoreAudio and JACK. > > Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com> > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5d923a6544..f018c1891a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2289,11 +2289,13 @@ F: qapi/audio.json > > ALSA Audio backend > M: Gerd Hoffmann <kraxel@redhat.com> > +R: Christian Schoenebeck <qemu_oss@crudebyte.com> > S: Odd Fixes > F: audio/alsaaudio.c > > Core Audio framework backend > M: Gerd Hoffmann <kraxel@redhat.com> > +R: Christian Schoenebeck <qemu_oss@crudebyte.com> > S: Odd Fixes > F: audio/coreaudio.c > > @@ -2304,6 +2306,7 @@ F: audio/dsound* > > JACK Audio Connection Kit backend > M: Gerd Hoffmann <kraxel@redhat.com> > +R: Christian Schoenebeck <qemu_oss@crudebyte.com> > S: Odd Fixes > F: audio/jackaudio.c Ping I just realized this patch was never queued. Could this go through the trivial branch maybe, please? I should have probably CCed qemu-trivial right from the start, sorry. Best regards, Christian Schoenebeck
Le 29/10/2021 à 21:37, Christian Schoenebeck a écrit : > On Samstag, 4. September 2021 15:13:46 CEST Christian Schoenebeck wrote: >> Volunteering as reviewer for some of the audio backends; namely >> ALSA, CoreAudio and JACK. >> >> Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com> >> --- >> MAINTAINERS | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 5d923a6544..f018c1891a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -2289,11 +2289,13 @@ F: qapi/audio.json >> >> ALSA Audio backend >> M: Gerd Hoffmann <kraxel@redhat.com> >> +R: Christian Schoenebeck <qemu_oss@crudebyte.com> >> S: Odd Fixes >> F: audio/alsaaudio.c >> >> Core Audio framework backend >> M: Gerd Hoffmann <kraxel@redhat.com> >> +R: Christian Schoenebeck <qemu_oss@crudebyte.com> >> S: Odd Fixes >> F: audio/coreaudio.c >> >> @@ -2304,6 +2306,7 @@ F: audio/dsound* >> >> JACK Audio Connection Kit backend >> M: Gerd Hoffmann <kraxel@redhat.com> >> +R: Christian Schoenebeck <qemu_oss@crudebyte.com> >> S: Odd Fixes >> F: audio/jackaudio.c > > Ping > > I just realized this patch was never queued. Could this go through the trivial > branch maybe, please? > > I should have probably CCed qemu-trivial right from the start, sorry. > Perhaps an Ack from Gerd would help. Thanks, Laurent
diff --git a/MAINTAINERS b/MAINTAINERS index 5d923a6544..f018c1891a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2289,11 +2289,13 @@ F: qapi/audio.json ALSA Audio backend M: Gerd Hoffmann <kraxel@redhat.com> +R: Christian Schoenebeck <qemu_oss@crudebyte.com> S: Odd Fixes F: audio/alsaaudio.c Core Audio framework backend M: Gerd Hoffmann <kraxel@redhat.com> +R: Christian Schoenebeck <qemu_oss@crudebyte.com> S: Odd Fixes F: audio/coreaudio.c @@ -2304,6 +2306,7 @@ F: audio/dsound* JACK Audio Connection Kit backend M: Gerd Hoffmann <kraxel@redhat.com> +R: Christian Schoenebeck <qemu_oss@crudebyte.com> S: Odd Fixes F: audio/jackaudio.c
Volunteering as reviewer for some of the audio backends; namely ALSA, CoreAudio and JACK. Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+)