summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-08-16 21:10:14 +0200
committerGerd Hoffmann2021-09-01 06:34:30 +0200
commit0ebe43ea6a5ceb30b4372038fefddc9e224438f8 (patch)
tree2868fe5494c9d96ac360bb43b74cd7993cd04b03 /MAINTAINERS
parentMAINTAINERS: Remove SPICE from Audio backends section (diff)
downloadqemu-0ebe43ea6a5ceb30b4372038fefddc9e224438f8.tar.gz
qemu-0ebe43ea6a5ceb30b4372038fefddc9e224438f8.tar.xz
qemu-0ebe43ea6a5ceb30b4372038fefddc9e224438f8.zip
MAINTAINERS: Split Audio backends sections
Split the Audio backends into multiple sections (OS / framework / library), allowing developers with different interests to add their contact to the relevant entries. Suggested-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com> Message-Id: <20210816191014.2020783-4-philmd@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS42
1 files changed, 42 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 282ad5a059..0da6250224 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2275,9 +2275,51 @@ Overall Audio backends
M: Gerd Hoffmann <kraxel@redhat.com>
S: Odd Fixes
F: audio/
+X: audio/alsaaudio.c
+X: audio/coreaudio.c
+X: audio/dsound*
+X: audio/jackaudio.c
+X: audio/ossaudio.c
+X: audio/paaudio.c
+X: audio/sdlaudio.c
X: audio/spiceaudio.c
F: qapi/audio.json
+ALSA Audio backend
+M: Gerd Hoffmann <kraxel@redhat.com>
+S: Odd Fixes
+F: audio/alsaaudio.c
+
+Core Audio framework backend
+M: Gerd Hoffmann <kraxel@redhat.com>
+S: Odd Fixes
+F: audio/coreaudio.c
+
+DSound Audio backend
+M: Gerd Hoffmann <kraxel@redhat.com>
+S: Odd Fixes
+F: audio/dsound*
+
+JACK Audio Connection Kit backend
+M: Gerd Hoffmann <kraxel@redhat.com>
+S: Odd Fixes
+F: audio/jackaudio.c
+
+Open Sound System (OSS) Audio backend
+M: Gerd Hoffmann <kraxel@redhat.com>
+S: Odd Fixes
+F: audio/ossaudio.c
+
+PulseAudio backend
+M: Gerd Hoffmann <kraxel@redhat.com>
+S: Odd Fixes
+F: audio/paaudio.c
+
+SDL Audio backend
+M: Gerd Hoffmann <kraxel@redhat.com>
+S: Odd Fixes
+F: audio/sdlaudio.c
+
Block layer core
M: Kevin Wolf <kwolf@redhat.com>
M: Hanna Reitz <hreitz@redhat.com>