[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] MAINTAINERS: Split Audio backends VS frontends
|
From: |
Christian Schoenebeck |
|
Subject: |
Re: [PATCH 1/3] MAINTAINERS: Split Audio backends VS frontends |
|
Date: |
Tue, 17 Aug 2021 13:31:16 +0200 |
On Montag, 16. August 2021 21:10:12 CEST Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> MAINTAINERS | 18 +++++++++++-------
> 1 file changed, 11 insertions(+), 7 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6b3697962c1..9ec6baa7e4c 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
> +
I would call that "Audio Hardware Emulation" instead of "Overall Audio
frontends".
And probably it would make sense to further subdivide this section into the
individual hardware models (Sound Blaster, Adlib, PC Speaker, VIA AC97, ...),
similar to patch 3. Could be split subsequently as well of course.
> Xilinx CAN
> M: Vikram Garhwal <fnu.vikram@xilinx.com>
> M: Francisco Iglesias <francisco.iglesias@xilinx.com>
> @@ -2256,17 +2266,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>
Likewise I would call this section "Shared/common QEMU audio library/
subsystem" or something like that instead of "Overall Audio backends".
Best regards,
Christian Schoenebeck
[PATCH 2/3] MAINTAINERS: Remove SPICE from Audio backends section, Philippe Mathieu-Daudé, 2021/08/16
[PATCH 3/3] MAINTAINERS: Split Audio backends sections, Philippe Mathieu-Daudé, 2021/08/16