From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [PULL 00/16] Audio 20190924 patches
Date: Tue, 24 Sep 2019 08:19:35 +0200 [thread overview]
Message-ID: <20190924061951.27916-1-kraxel@redhat.com> (raw)
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
next reply other threads:[~2019-09-24 6:22 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-24 6:19 Gerd Hoffmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190924061951.27916-1-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).