qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/3] audio patch queue
@ 2017-02-28  9:32 Gerd Hoffmann
  2017-02-28  9:32 ` [Qemu-devel] [PULL v2 1/3] replay: add record/replay for audio passthrough Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2017-02-28  9:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Three little audio patches, adding replay support
and fixing audio with SDL2.

v2: fix osx build failure.

please pull,
  Gerd

The following changes since commit 9b9fbe8a4e9eec9072ee2697a6af59144442785f:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170227-1' into staging (2017-02-27 19:19:46 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-audio-20170228-1

for you to fetch changes up to 6d6616aa655850925ec2a0d096f5c22cb4522fa4:

  audio/sdlaudio: Allow audio playback with SDL2 (2017-02-28 10:09:35 +0100)

----------------------------------------------------------------
audio: replay support, sdl2 fix.

----------------------------------------------------------------
Pavel Dovgalyuk (2):
      replay: add record/replay for audio passthrough
      audio: make audio poll timer deterministic

Thomas Huth (1):
      audio/sdlaudio: Allow audio playback with SDL2

 audio/audio.c            | 11 +++++--
 audio/audio.h            |  5 +++
 audio/mixeng.c           | 32 ++++++++++++++++++++
 audio/sdlaudio.c         | 48 +++++++++++++++++++++++++++++
 docs/replay.txt          |  7 +++++
 include/sysemu/replay.h  |  7 +++++
 replay/Makefile.objs     |  1 +
 replay/replay-audio.c    | 79 ++++++++++++++++++++++++++++++++++++++++++++++++
 replay/replay-internal.h |  4 +++
 9 files changed, 191 insertions(+), 3 deletions(-)
 create mode 100644 replay/replay-audio.c

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

end of thread, other threads:[~2017-02-28 17:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28  9:32 [Qemu-devel] [PULL v2 0/3] audio patch queue Gerd Hoffmann
2017-02-28  9:32 ` [Qemu-devel] [PULL v2 1/3] replay: add record/replay for audio passthrough Gerd Hoffmann
2017-02-28  9:32 ` [Qemu-devel] [PULL v2 2/3] audio: make audio poll timer deterministic Gerd Hoffmann
2017-02-28  9:32 ` [Qemu-devel] [PULL v2 3/3] audio/sdlaudio: Allow audio playback with SDL2 Gerd Hoffmann
2017-02-28 17:39 ` [Qemu-devel] [PULL v2 0/3] audio patch queue 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).