All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/12] Audio 20200207 patches
@ 2020-02-07  7:45 Gerd Hoffmann
  2020-02-07  7:45 ` [PULL 01/12] audio/oss: fix buffer pos calculation Gerd Hoffmann
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Gerd Hoffmann @ 2020-02-07  7:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Markus Armbruster, Gerd Hoffmann

The following changes since commit 928173659d6e5dc368284f73f90ea1d129e1f57d:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200130' into staging (2020-01-30 16:19:04 +0000)

are available in the Git repository at:

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

for you to fetch changes up to ed2a4a794184df3dbd5ee4cc06e86fe220663faf:

  audio: proper support for float samples in mixeng (2020-02-06 14:35:57 +0100)

----------------------------------------------------------------
audio: bugfixes, mostly audio backend rewrite fallout

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

Gerd Hoffmann (1):
  audio/oss: fix buffer pos calculation

Kővágó, Zoltán (2):
  audio/dsound: fix invalid parameters error
  audio: proper support for float samples in mixeng

Volker Rümelin (9):
  audio: fix audio_generic_write
  audio: fix audio_generic_read
  paaudio: remove unused variables
  audio: prevent SIGSEGV in AUD_get_buffer_size_out
  audio: fix bug 1858488
  ossaudio: prevent SIGSEGV in oss_enable_out
  ossaudio: disable poll mode can't be reached
  audio: audio_generic_get_buffer_in should honor *size
  coreaudio: fix coreaudio playback

 audio/audio_int.h       |   7 +-
 audio/audio_template.h  |  40 +++++++----
 audio/dsound_template.h |   1 +
 audio/mixeng.h          |   5 ++
 audio/alsaaudio.c       |  18 +++++
 audio/audio.c           | 145 ++++++++++++++++++++++------------------
 audio/coreaudio.c       |  34 +++-------
 audio/dsoundaudio.c     |  27 ++++++--
 audio/mixeng.c          |  70 +++++++++++++++++++
 audio/noaudio.c         |   1 +
 audio/ossaudio.c        |  28 +++++---
 audio/paaudio.c         |  15 +++--
 audio/sdlaudio.c        |  35 +++++++++-
 audio/wavaudio.c        |   1 +
 qapi/audio.json         |   2 +-
 15 files changed, 302 insertions(+), 127 deletions(-)

-- 
2.18.1



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

end of thread, other threads:[~2020-02-07 15:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07  7:45 [PULL 00/12] Audio 20200207 patches Gerd Hoffmann
2020-02-07  7:45 ` [PULL 01/12] audio/oss: fix buffer pos calculation Gerd Hoffmann
2020-02-07  7:45 ` [PULL 02/12] audio: fix audio_generic_write Gerd Hoffmann
2020-02-07  7:45 ` [PULL 03/12] audio: fix audio_generic_read Gerd Hoffmann
2020-02-07  7:45 ` [PULL 04/12] paaudio: remove unused variables Gerd Hoffmann
2020-02-07  7:45 ` [PULL 05/12] audio: prevent SIGSEGV in AUD_get_buffer_size_out Gerd Hoffmann
2020-02-07  7:45 ` [PULL 06/12] audio: fix bug 1858488 Gerd Hoffmann
2020-02-07  7:45 ` [PULL 07/12] ossaudio: prevent SIGSEGV in oss_enable_out Gerd Hoffmann
2020-02-07  7:45 ` [PULL 08/12] ossaudio: disable poll mode can't be reached Gerd Hoffmann
2020-02-07  7:45 ` [PULL 09/12] audio: audio_generic_get_buffer_in should honor *size Gerd Hoffmann
2020-02-07  7:45 ` [PULL 10/12] audio/dsound: fix invalid parameters error Gerd Hoffmann
2020-02-07  7:45 ` [PULL 11/12] coreaudio: fix coreaudio playback Gerd Hoffmann
2020-02-07  7:45 ` [PULL 12/12] audio: proper support for float samples in mixeng Gerd Hoffmann
2020-02-07 13:53   ` Eric Blake
2020-02-07 15:01 ` [PULL 00/12] Audio 20200207 patches 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.