All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/3] audio patch queue
@ 2017-02-27 15:11 Gerd Hoffmann
  2017-02-27 15:11 ` [Qemu-devel] [PULL 1/3] replay: add record/replay for audio passthrough Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2017-02-27 15:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

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

please pull,
  Gerd

The following changes since commit 3b1d8169844fafee184366b0e0d7080534758b4d:

  tests-aio-multithread: use atomic_read properly (2017-02-27 12:54:08 +0000)

are available in the git repository at:

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

for you to fetch changes up to 516452fe6accef3f94b4bcf060b2518038f50c08:

  audio/sdlaudio: Allow audio playback with SDL2 (2017-02-27 14:37:59 +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           | 31 +++++++++++++++++++
 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, 190 insertions(+), 3 deletions(-)
 create mode 100644 replay/replay-audio.c

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Qemu-devel] [PULL 0/3] audio patch queue
@ 2017-02-20 14:12 Gerd Hoffmann
  2017-02-20 14:12 ` [Qemu-devel] [PULL 1/3] replay: add record/replay for audio passthrough Gerd Hoffmann
  0 siblings, 1 reply; 6+ messages in thread
From: Gerd Hoffmann @ 2017-02-20 14:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here is the audio queue, bringing support for replay and fixing audio
with SDL2.

please pull,
  Gerd

The following changes since commit 5d42ff913bb294c661aed8dfcd386fed9e185148:

  Merge remote-tracking branch 'remotes/huth/tags/coldfire-20170219' into staging (2017-02-20 11:55:37 +0000)

are available in the git repository at:


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

for you to fetch changes up to 255a694376960826ead9a6e47c5c661d51b5e25b:

  audio/sdlaudio: Allow audio playback with SDL2 (2017-02-20 14:24:51 +0100)

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

----------------------------------------------------------------
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           | 31 +++++++++++++++++++
 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, 190 insertions(+), 3 deletions(-)
 create mode 100644 replay/replay-audio.c

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 15:11 [Qemu-devel] [PULL 0/3] audio patch queue Gerd Hoffmann
2017-02-27 15:11 ` [Qemu-devel] [PULL 1/3] replay: add record/replay for audio passthrough Gerd Hoffmann
2017-02-27 15:11 ` [Qemu-devel] [PULL 2/3] audio: make audio poll timer deterministic Gerd Hoffmann
2017-02-27 15:11 ` [Qemu-devel] [PULL 3/3] audio/sdlaudio: Allow audio playback with SDL2 Gerd Hoffmann
2017-02-27 17:08 ` [Qemu-devel] [PULL 0/3] audio patch queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2017-02-20 14:12 Gerd Hoffmann
2017-02-20 14:12 ` [Qemu-devel] [PULL 1/3] replay: add record/replay for audio passthrough Gerd Hoffmann

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.