qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 00/12] Audio backend cleanup
@ 2015-06-03 21:03 Kővágó, Zoltán
  2015-06-03 21:03 ` [Qemu-devel] [PATCH v3 01/12] audio: remove esd backend Kővágó, Zoltán
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Kővágó, Zoltán @ 2015-06-03 21:03 UTC (permalink / raw)
  To: peter.maydell, qemu-devel; +Cc: Gerd Hoffmann

This series of patch removes the following audio backends:
esd, fmod, winwave.

It also cleans up the remaining drivers to do not use global variables where
possible. This is a preparation for my GSoC project where I will enable multiple
simultaneous audio backends.

Please also test the coreaudio backend, as I do not have a Mac to test it.

Patches are also available at https://github.com/DirtYiCE/qemu.git in tag
audio-cleanup-v3 to simplify testing.

Changes since v1:
* sdl no longer removed
* fixed style issues in `audio: expose drv_opaque to init_out and init_in'

Changes since v2:
* fixed typo in coreaudio

Please review.

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
  alsaaudio: do not use global variables
  paaudio: do not use global variables
  ossaudio: do not use global variables
  wavaudio: do not use global variables
  dsoundaudio: do not use global variables
  paaudio: fix possible resource leak
  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

-- 
2.4.2

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

end of thread, other threads:[~2015-06-03 21:04 UTC | newest]

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

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