All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/9] Audio patches
@ 2025-05-25 13:27 marcandre.lureau
  2025-05-25 13:27 ` [PULL 1/9] tests/functional: use 'none' audio driver for q800 tests marcandre.lureau
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: marcandre.lureau @ 2025-05-25 13:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Marc-André Lureau

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



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

end of thread, other threads:[~2025-07-09  7:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-25 13:27 [PULL 0/9] Audio patches marcandre.lureau
2025-05-25 13:27 ` [PULL 1/9] tests/functional: use 'none' audio driver for q800 tests marcandre.lureau
2025-05-25 13:27 ` [PULL 2/9] audio: fix SIGSEGV in AUD_get_buffer_size_out() marcandre.lureau
2025-05-25 13:27 ` [PULL 3/9] audio: fix size calculation " marcandre.lureau
2025-07-09  2:24   ` Michael Tokarev
2025-07-09  7:49     ` Volker Rümelin
2025-05-25 13:27 ` [PULL 4/9] hw/audio/asc: fix SIGSEGV in asc_realize() marcandre.lureau
2025-05-25 13:27 ` [PULL 5/9] hw/audio/asc: replace g_malloc0() with g_malloc() marcandre.lureau
2025-05-25 13:27 ` [PULL 6/9] audio/mixeng: remove unnecessary pointer type casts marcandre.lureau
2025-05-25 13:27 ` [PULL 7/9] audio: add float sample endianness converters marcandre.lureau
2025-05-25 13:27 ` [PULL 8/9] alsaaudio: Set try-poll to false by default marcandre.lureau
2025-05-26  6:27   ` Markus Armbruster
2025-05-26 10:02     ` Marc-André Lureau
2025-05-28 13:29       ` Markus Armbruster
2025-05-25 13:27 ` [PULL 9/9] audio: Reset rate control when adding bytes marcandre.lureau
2025-05-25 15:20 ` [PULL 0/9] Audio patches Stefan Hajnoczi

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.