[PATCH] MAINTAINERS: add myself as partial audio reviewer

Christian Schoenebeck posted 1 patch 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/E1mMVca-0005ZJ-Lo@lizzy.crudebyte.com
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
[PATCH] MAINTAINERS: add myself as partial audio reviewer
Posted by Christian Schoenebeck 2 years, 7 months ago
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
 
-- 
2.20.1


Re: [PATCH] MAINTAINERS: add myself as partial audio reviewer
Posted by Philippe Mathieu-Daudé 2 years, 7 months ago
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>

Re: [PATCH] MAINTAINERS: add myself as partial audio reviewer
Posted by Christian Schoenebeck 2 years, 5 months ago
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



Re: [PATCH] MAINTAINERS: add myself as partial audio reviewer
Posted by Laurent Vivier 2 years, 5 months ago
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