All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kővágó, Zoltán" <dirty.ice.hu@gmail.com>
To: peter.maydell@linaro.org, qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v3 00/12] Audio backend cleanup
Date: Wed,  3 Jun 2015 23:03:43 +0200	[thread overview]
Message-ID: <cover.1433365252.git.DirtY.iCE.hu@gmail.com> (raw)

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

             reply	other threads:[~2015-06-03 21:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03 21:03 Kővágó, Zoltán [this message]
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

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=cover.1433365252.git.DirtY.iCE.hu@gmail.com \
    --to=dirty.ice.hu@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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 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.