All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] Audio 20210617 patches
@ 2021-06-17 12:41 Gerd Hoffmann
  2021-06-17 12:41 ` [PULL 1/7] alsaaudio: remove #ifdef DEBUG to avoid bit rot Gerd Hoffmann
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2021-06-17 12:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Laurent Vivier, Thomas Huth, Alexander Bulekov, Bandan Das,
	Gerd Hoffmann, Stefan Hajnoczi, Paolo Bonzini

The following changes since commit 38848ce565849e5b867a5e08022b3c755039c11a:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616' into staging (2021-06-16 17:02:30 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/audio-20210617-pull-request

for you to fetch changes up to 986bdbc6a29c4d7ef125299c5013783e30dc2cae:

  coreaudio: Fix output stream format settings (2021-06-17 12:00:26 +0200)

----------------------------------------------------------------
audio: bugfix collection.

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

Akihiko Odaki (2):
  audio: Fix format specifications of debug logs
  coreaudio: Fix output stream format settings

Philippe Mathieu-Daudé (1):
  hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range

Volker Rümelin (4):
  alsaaudio: remove #ifdef DEBUG to avoid bit rot
  paaudio: remove unused stream flags
  audio: move code to audio/audio.c
  jackaudio: avoid that the client name contains the word (NULL)

 audio/audio_int.h            |  2 ++
 audio/alsaaudio.c            | 10 +++----
 audio/audio.c                | 15 ++++++++---
 audio/coreaudio.c            | 48 +++++++++------------------------
 audio/jackaudio.c            |  3 +--
 audio/paaudio.c              | 10 ++-----
 hw/audio/sb16.c              | 14 ++++++++++
 tests/qtest/fuzz-sb16-test.c | 52 ++++++++++++++++++++++++++++++++++++
 MAINTAINERS                  |  1 +
 tests/qtest/meson.build      |  1 +
 10 files changed, 102 insertions(+), 54 deletions(-)
 create mode 100644 tests/qtest/fuzz-sb16-test.c

-- 
2.31.1




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

end of thread, other threads:[~2021-06-18 13:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 12:41 [PULL 0/7] Audio 20210617 patches Gerd Hoffmann
2021-06-17 12:41 ` [PULL 1/7] alsaaudio: remove #ifdef DEBUG to avoid bit rot Gerd Hoffmann
2021-06-17 12:41 ` [PULL 2/7] paaudio: remove unused stream flags Gerd Hoffmann
2021-06-17 12:41 ` [PULL 3/7] audio: move code to audio/audio.c Gerd Hoffmann
2021-06-17 12:41 ` [PULL 4/7] jackaudio: avoid that the client name contains the word (NULL) Gerd Hoffmann
2021-06-17 12:41 ` [PULL 5/7] hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range Gerd Hoffmann
2021-06-17 12:41 ` [PULL 6/7] audio: Fix format specifications of debug logs Gerd Hoffmann
2021-06-17 12:41 ` [PULL 7/7] coreaudio: Fix output stream format settings Gerd Hoffmann
2021-06-17 13:24 ` [PULL 0/7] Audio 20210617 patches no-reply
2021-06-18 13:00 ` Peter Maydell

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.