[PULL 0/9] Audio patches

marcandre.lureau@redhat.com posted 9 patches 5 months, 3 weeks ago
Failed in applying to current master (apply log)
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Christian Schoenebeck <qemu_oss@crudebyte.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>
There is a newer version of this series
qapi/audio.json                      |  2 +-
audio/audio_int.h                    |  1 +
audio/audio_template.h               | 12 ++--
audio/mixeng.h                       |  6 +-
audio/alsaaudio.c                    |  2 +-
audio/audio.c                        | 25 ++++++---
audio/mixeng.c                       | 83 ++++++++++++++++++++++++----
hw/audio/asc.c                       |  9 ++-
qemu-options.hx                      |  4 +-
tests/functional/test_m68k_q800.py   |  3 +-
tests/functional/test_m68k_replay.py |  3 +-
11 files changed, 119 insertions(+), 31 deletions(-)
[PULL 0/9] Audio patches
Posted by marcandre.lureau@redhat.com 5 months, 3 weeks ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 668df86ee8076152320345d8e36be7c95ec0a09a:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2025-05-23 09:26:29 -0400)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/audio-pull-request

for you to fetch changes up to 2bccabe6df5e91145c1313bb79b98200aa13b5ff:

  audio: Reset rate control when adding bytes (2025-05-25 15:25:21 +0200)

----------------------------------------------------------------
Audio patches

- add float sample endianness converters
- various fixes

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

Akihiko Odaki (1):
  audio: Reset rate control when adding bytes

BALATON Zoltan (1):
  alsaaudio: Set try-poll to false by default

Volker Rümelin (7):
  tests/functional: use 'none' audio driver for q800 tests
  audio: fix SIGSEGV in AUD_get_buffer_size_out()
  audio: fix size calculation in AUD_get_buffer_size_out()
  hw/audio/asc: fix SIGSEGV in asc_realize()
  hw/audio/asc: replace g_malloc0() with g_malloc()
  audio/mixeng: remove unnecessary pointer type casts
  audio: add float sample endianness converters

 qapi/audio.json                      |  2 +-
 audio/audio_int.h                    |  1 +
 audio/audio_template.h               | 12 ++--
 audio/mixeng.h                       |  6 +-
 audio/alsaaudio.c                    |  2 +-
 audio/audio.c                        | 25 ++++++---
 audio/mixeng.c                       | 83 ++++++++++++++++++++++++----
 hw/audio/asc.c                       |  9 ++-
 qemu-options.hx                      |  4 +-
 tests/functional/test_m68k_q800.py   |  3 +-
 tests/functional/test_m68k_replay.py |  3 +-
 11 files changed, 119 insertions(+), 31 deletions(-)

-- 
2.49.0


Re: [PULL 0/9] Audio patches
Posted by Stefan Hajnoczi 5 months, 3 weeks ago
Applied, thanks.

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