qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/12] audio patch queue
@ 2015-06-09 10:47 Gerd Hoffmann
  2015-06-09 10:47 ` [Qemu-devel] [PULL 01/12] audio: remove esd backend Gerd Hoffmann
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Gerd Hoffmann @ 2015-06-09 10:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here comes the audio patch queue, with bringing the first set of patches
created by Zoltán Kővágó as part of the "qemu audio backends" gsoc
project, carrying some preparatory cleanups and small fixes.

please pull,
  Gerd

The following changes since commit ee09f84e6bf5383a23c9624115c26b72aa1e076c:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-06-08 15:57:41 +0100)

are available in the git repository at:


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

for you to fetch changes up to f8e7403fb2b0f0d78fac7aef6cce8ce62c93bb0a:

  sdlaudio: do not allow multiple instances (2015-06-09 10:27:32 +0200)

----------------------------------------------------------------
audio: remove obsolete backends (esd, fmod, winwave).
audio: stop using global variables, small fixes.

----------------------------------------------------------------
Kővágó, Zoltán (12):
      audio: remove esd backend
      audio: remove fmod backend
      audio: remove winwave audio driver
      audio: expose drv_opaque to init_out and init_in
      paaudio: do not use global variables
      alsaaudio: do not use global variables
      ossaudio: do not use global variables
      wavaudio: do not use global variables
      paaudio: fix possible resource leak
      dsoundaudio: do not use global variables
      coreaudio: do not use global variables where possible
      sdlaudio: do not allow multiple instances

 audio/Makefile.objs     |   4 -
 audio/alsaaudio.c       | 165 ++++++-----
 audio/audio_int.h       |   7 +-
 audio/audio_template.h  |   2 +-
 audio/coreaudio.c       |  46 ++--
 audio/dsound_template.h |  24 +-
 audio/dsoundaudio.c     | 106 ++++---
 audio/esdaudio.c        | 557 -------------------------------------
 audio/fmodaudio.c       | 685 ---------------------------------------------
 audio/noaudio.c         |   4 +-
 audio/ossaudio.c        | 115 ++++----
 audio/paaudio.c         | 105 +++----
 audio/sdlaudio.c        |  10 +-
 audio/spiceaudio.c      |   5 +-
 audio/wavaudio.c        |  42 +--
 audio/winwaveaudio.c    | 717 ------------------------------------------------
 configure               |  56 +---
 17 files changed, 367 insertions(+), 2283 deletions(-)
 delete mode 100644 audio/esdaudio.c
 delete mode 100644 audio/fmodaudio.c
 delete mode 100644 audio/winwaveaudio.c

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

end of thread, other threads:[~2015-06-10  7:09 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 10:47 [Qemu-devel] [PULL 00/12] audio patch queue Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 01/12] audio: remove esd backend Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 02/12] audio: remove fmod backend Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 03/12] audio: remove winwave audio driver Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 04/12] audio: expose drv_opaque to init_out and init_in Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 05/12] paaudio: do not use global variables Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 06/12] alsaaudio: " Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 07/12] ossaudio: " Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 08/12] wavaudio: " Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 09/12] paaudio: fix possible resource leak Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 10/12] dsoundaudio: do not use global variables Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 11/12] coreaudio: do not use global variables where possible Gerd Hoffmann
2015-06-09 10:47 ` [Qemu-devel] [PULL 12/12] sdlaudio: do not allow multiple instances Gerd Hoffmann
2015-06-09 13:03 ` [Qemu-devel] [PULL 00/12] audio patch queue Peter Maydell
2015-06-09 14:13   ` Kővágó Zoltán
2015-06-09 14:29     ` Peter Maydell
2015-06-10  6:57       ` Gerd Hoffmann
2015-06-10  7:09       ` Gerd Hoffmann
2015-06-10  6:50   ` Gerd Hoffmann

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).