All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/3] Audio 20210901 patches
@ 2021-09-01  4:42 Gerd Hoffmann
  2021-09-01  4:42 ` [PULL 1/3] MAINTAINERS: Split Audio backends VS frontends Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2021-09-01  4:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

The following changes since commit ad22d0583300df420819e6c89b1c022b998fac8a:

  Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' into staging (2021-08-27 11:34:12 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/audio-20210901-pull-request

for you to fetch changes up to 0ebe43ea6a5ceb30b4372038fefddc9e224438f8:

  MAINTAINERS: Split Audio backends sections (2021-09-01 06:34:30 +0200)

----------------------------------------------------------------
audio: split audio entry in MAINTAINERS file.

----------------------------------------------------------------

Philippe Mathieu-Daudé (3):
  MAINTAINERS: Split Audio backends VS frontends
  MAINTAINERS: Remove SPICE from Audio backends section
  MAINTAINERS: Split Audio backends sections

 MAINTAINERS | 61 +++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 54 insertions(+), 7 deletions(-)

-- 
2.31.1




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

* [PULL 1/3] MAINTAINERS: Split Audio backends VS frontends
  2021-09-01  4:42 [PULL 0/3] Audio 20210901 patches Gerd Hoffmann
@ 2021-09-01  4:42 ` Gerd Hoffmann
  2021-09-01  4:42 ` [PULL 2/3] MAINTAINERS: Remove SPICE from Audio backends section Gerd Hoffmann
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2021-09-01  4:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: Christian Schoenebeck, Philippe Mathieu-Daudé, Gerd Hoffmann

From: Philippe Mathieu-Daudé <philmd@redhat.com>

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <20210816191014.2020783-2-philmd@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 MAINTAINERS | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dffcb651f460..8fb35b0d301d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1660,6 +1660,16 @@ F: hw/net/opencores_eth.c
 
 Devices
 -------
+Overall Audio frontends
+M: Gerd Hoffmann <kraxel@redhat.com>
+S: Odd Fixes
+F: hw/audio/
+F: include/hw/audio/
+F: tests/qtest/ac97-test.c
+F: tests/qtest/es1370-test.c
+F: tests/qtest/intel-hda-test.c
+F: tests/qtest/fuzz-sb16-test.c
+
 Xilinx CAN
 M: Vikram Garhwal <fnu.vikram@xilinx.com>
 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
@@ -2261,17 +2271,11 @@ F: include/net/can_*.h
 
 Subsystems
 ----------
-Audio
+Overall Audio backends
 M: Gerd Hoffmann <kraxel@redhat.com>
 S: Odd Fixes
 F: audio/
-F: hw/audio/
-F: include/hw/audio/
 F: qapi/audio.json
-F: tests/qtest/ac97-test.c
-F: tests/qtest/es1370-test.c
-F: tests/qtest/intel-hda-test.c
-F: tests/qtest/fuzz-sb16-test.c
 
 Block layer core
 M: Kevin Wolf <kwolf@redhat.com>
-- 
2.31.1



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

* [PULL 2/3] MAINTAINERS: Remove SPICE from Audio backends section
  2021-09-01  4:42 [PULL 0/3] Audio 20210901 patches Gerd Hoffmann
  2021-09-01  4:42 ` [PULL 1/3] MAINTAINERS: Split Audio backends VS frontends Gerd Hoffmann
@ 2021-09-01  4:42 ` Gerd Hoffmann
  2021-09-01  4:42 ` [PULL 3/3] MAINTAINERS: Split Audio backends sections Gerd Hoffmann
  2021-09-01 14:12 ` [PULL 0/3] Audio 20210901 patches Peter Maydell
  3 siblings, 0 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2021-09-01  4:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: Christian Schoenebeck, Philippe Mathieu-Daudé, Gerd Hoffmann

From: Philippe Mathieu-Daudé <philmd@redhat.com>

SPICE audio is already covered in the SPICE section,
so remove it from the Audio backends one.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <20210816191014.2020783-3-philmd@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8fb35b0d301d..282ad5a059aa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2275,6 +2275,7 @@ Overall Audio backends
 M: Gerd Hoffmann <kraxel@redhat.com>
 S: Odd Fixes
 F: audio/
+X: audio/spiceaudio.c
 F: qapi/audio.json
 
 Block layer core
-- 
2.31.1



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

* [PULL 3/3] MAINTAINERS: Split Audio backends sections
  2021-09-01  4:42 [PULL 0/3] Audio 20210901 patches Gerd Hoffmann
  2021-09-01  4:42 ` [PULL 1/3] MAINTAINERS: Split Audio backends VS frontends Gerd Hoffmann
  2021-09-01  4:42 ` [PULL 2/3] MAINTAINERS: Remove SPICE from Audio backends section Gerd Hoffmann
@ 2021-09-01  4:42 ` Gerd Hoffmann
  2021-09-01 14:12 ` [PULL 0/3] Audio 20210901 patches Peter Maydell
  3 siblings, 0 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2021-09-01  4:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: Christian Schoenebeck, Philippe Mathieu-Daudé, Gerd Hoffmann

From: Philippe Mathieu-Daudé <philmd@redhat.com>

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>
---
 MAINTAINERS | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 282ad5a059aa..0da62502246f 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>
-- 
2.31.1



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

* Re: [PULL 0/3] Audio 20210901 patches
  2021-09-01  4:42 [PULL 0/3] Audio 20210901 patches Gerd Hoffmann
                   ` (2 preceding siblings ...)
  2021-09-01  4:42 ` [PULL 3/3] MAINTAINERS: Split Audio backends sections Gerd Hoffmann
@ 2021-09-01 14:12 ` Peter Maydell
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2021-09-01 14:12 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: QEMU Developers

On Wed, 1 Sept 2021 at 05:46, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit ad22d0583300df420819e6c89b1c022b998fac8a:
>
>   Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' into staging (2021-08-27 11:34:12 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20210901-pull-request
>
> for you to fetch changes up to 0ebe43ea6a5ceb30b4372038fefddc9e224438f8:
>
>   MAINTAINERS: Split Audio backends sections (2021-09-01 06:34:30 +0200)
>
> ----------------------------------------------------------------
> audio: split audio entry in MAINTAINERS file.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.2
for any user-visible changes.

-- PMM


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

end of thread, other threads:[~2021-09-01 14:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01  4:42 [PULL 0/3] Audio 20210901 patches Gerd Hoffmann
2021-09-01  4:42 ` [PULL 1/3] MAINTAINERS: Split Audio backends VS frontends Gerd Hoffmann
2021-09-01  4:42 ` [PULL 2/3] MAINTAINERS: Remove SPICE from Audio backends section Gerd Hoffmann
2021-09-01  4:42 ` [PULL 3/3] MAINTAINERS: Split Audio backends sections Gerd Hoffmann
2021-09-01 14:12 ` [PULL 0/3] Audio 20210901 patches Peter Maydell

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.