From: Marc-André Lureau <marcandre.lur...@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


Reply via email to