qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: "François Revol" <revol@free.fr>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Michael Tokarev" <mjt@tls.msk.ru>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	"\"Kővágó, Zoltán\"" <dirty.ice.hu@gmail.com>
Subject: Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup
Date: Tue, 02 Jun 2015 17:28:49 +0200	[thread overview]
Message-ID: <1433258929.8336.4.camel@nilsson.home.kraxel.org> (raw)
In-Reply-To: <556DA4CB.2050706@free.fr>

On Di, 2015-06-02 at 14:42 +0200, François Revol wrote:
> On 02/06/2015 13:40, Michael Tokarev wrote:
> > Yes, that's true.  As long as the native version actually works.
> > As I said before, initially it didn't, and sdl was the only
> > driver that worked.  Maybe in 0.12, maybe even before, I don't
> > remember anymore, but the fact remains, in our testing only
> > sdl was more or less adequate, maybe due to pure luck or
> > phase of moon. Later native drivers started working, so we
> > started using native driver which is default to the OS, which
> > is pulseaudio (installed on all desktop environments) or,
> > failing that, alsa (native to linux).
> 
> 
> Btw, please consider that ports to new host platforms really benefit
> from SDL for those things. For example we've been using SDL for the
> Haiku port until last year:
> 
> http://bb.haikuports.org/haikuports/commits/df441da15a7c4a5583f6460de2ca1d570d0caee1
> 
> All other backends are either *nix only like OSS (Haiku has an OSS port
> but only uses its drivers, the API is not made public), or even
> Linux-only like PA or ALSA. There are more OSes out there than just
> GNU/Linux :p
> 
> It's already hard enough to get stuff upstream into QEMU, having to
> write native audio and graphics backends before things get usable won't
> help at all.

Ok, makes sense.

I think we should keep sdl audio then and only drop the other three
(esd, fmod, winwave).

cheers,
  Gerd

      reply	other threads:[~2015-06-02 15:29 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-01 13:23 [Qemu-devel] [PATCH 00/12] Audio backend cleanup Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 01/12] audio: remove esd backend Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 02/12] audio: remove fmod backend Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 03/12] audio: remove sdl backend Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 04/12] audio: remove winwave audio driver Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 05/12] audio: expose drv_opaque to init_out and init_in Kővágó, Zoltán
2015-06-02  7:56   ` Gerd Hoffmann
2015-06-02 10:03     ` Kővágó Zoltán
2015-06-02 15:24       ` Gerd Hoffmann
2015-06-01 13:23 ` [Qemu-devel] [PATCH 06/12] alsaaudio: do not use global variables Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 07/12] paaudio: " Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 08/12] ossaudio: " Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 09/12] wavaudio: " Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 10/12] dsoundaudio: " Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 11/12] paaudio: fix possible resource leak Kővágó, Zoltán
2015-06-01 13:23 ` [Qemu-devel] [PATCH 12/12] coreaudio: do not use global variables where possible Kővágó, Zoltán
2015-06-01 13:38 ` [Qemu-devel] [PATCH 00/12] Audio backend cleanup Michael Tokarev
2015-06-01 13:48   ` Kővágó Zoltán
2015-06-02  8:08   ` Gerd Hoffmann
2015-06-02  9:12     ` Michael Tokarev
2015-06-02  9:28       ` Gerd Hoffmann
2015-06-02 10:33         ` Paolo Bonzini
2015-06-02 10:45       ` Peter Maydell
2015-06-02 11:40         ` Michael Tokarev
2015-06-02 12:42           ` François Revol
2015-06-02 15:28             ` Gerd Hoffmann [this message]

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=1433258929.8336.4.camel@nilsson.home.kraxel.org \
    --to=kraxel@redhat.com \
    --cc=dirty.ice.hu@gmail.com \
    --cc=mjt@tls.msk.ru \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=revol@free.fr \
    /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 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).