qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/16] Audio 20190924 patches
@ 2019-09-24  6:19 Gerd Hoffmann
  2019-09-24  6:19 ` [PULL 01/16] audio: fix buffer-length typo in documentation Gerd Hoffmann
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Gerd Hoffmann @ 2019-09-24  6:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

The following changes since commit 4300b7c2cd9f3f273804e8cca325842ccb93b1ad:

  Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-09-20 17:28:43 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 571a8c522e0095239598347ac0add93337c1e0bf:

  audio: split ctl_* functions into enable_* and volume_* (2019-09-23 12:28:47 +0200)

----------------------------------------------------------------
audio: documentation fixes.
audio: new backend api (first part of the surround sound patch series).

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

Kővágó, Zoltán (14):
  audio: api for mixeng code free backends
  alsaaudio: port to the new audio backend api
  coreaudio: port to the new audio backend api
  dsoundaudio: port to the new audio backend api
  noaudio: port to the new audio backend api
  ossaudio: port to the new audio backend api
  paaudio: port to the new audio backend api
  sdlaudio: port to the new audio backend api
  spiceaudio: port to the new audio backend api
  wavaudio: port to the new audio backend api
  audio: remove remains of the old backend api
  audio: unify input and output mixeng buffer management
  audio: common rate control code for timer based outputs
  audio: split ctl_* functions into enable_* and volume_*

Stefan Hajnoczi (2):
  audio: fix buffer-length typo in documentation
  audio: fix ALSA period-length typo in documentation

 configure               |   5 -
 audio/audio_int.h       |  76 ++++--
 audio/audio_pt_int.h    |  22 --
 audio/audio_template.h  |  21 +-
 audio/dsound_template.h |  47 ++--
 audio/alsaaudio.c       | 370 +++++++++--------------------
 audio/audio.c           | 383 +++++++++++++++++++++++-------
 audio/audio_pt_int.c    | 173 --------------
 audio/coreaudio.c       | 143 ++++++------
 audio/dsoundaudio.c     | 379 ++++++++----------------------
 audio/noaudio.c         |  76 +++---
 audio/ossaudio.c        | 364 +++++++++++------------------
 audio/paaudio.c         | 499 ++++++++--------------------------------
 audio/sdlaudio.c        | 104 ++++-----
 audio/spiceaudio.c      | 257 +++++++--------------
 audio/wavaudio.c        |  76 ++----
 audio/Makefile.objs     |   1 -
 qemu-options.hx         |   8 +-
 18 files changed, 1083 insertions(+), 1921 deletions(-)
 delete mode 100644 audio/audio_pt_int.h
 delete mode 100644 audio/audio_pt_int.c

-- 
2.18.1



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

end of thread, other threads:[~2019-09-24 15:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-24  6:19 [PULL 00/16] Audio 20190924 patches Gerd Hoffmann
2019-09-24  6:19 ` [PULL 01/16] audio: fix buffer-length typo in documentation Gerd Hoffmann
2019-09-24  6:19 ` [PULL 02/16] audio: fix ALSA period-length " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 03/16] audio: api for mixeng code free backends Gerd Hoffmann
2019-09-24  6:19 ` [PULL 04/16] alsaaudio: port to the new audio backend api Gerd Hoffmann
2019-09-24  6:19 ` [PULL 05/16] coreaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 06/16] dsoundaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 07/16] noaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 08/16] ossaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 09/16] paaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 10/16] sdlaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 11/16] spiceaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 12/16] wavaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 13/16] audio: remove remains of the old " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 14/16] audio: unify input and output mixeng buffer management Gerd Hoffmann
2019-09-24  6:19 ` [PULL 15/16] audio: common rate control code for timer based outputs Gerd Hoffmann
2019-09-24  6:19 ` [PULL 16/16] audio: split ctl_* functions into enable_* and volume_* Gerd Hoffmann
2019-09-24 14:36 ` [PULL 00/16] Audio 20190924 patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).