From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvC7J-0003cS-8s for qemu-devel@nongnu.org; Wed, 20 May 2015 18:05:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvC7G-0002Xy-2r for qemu-devel@nongnu.org; Wed, 20 May 2015 18:05:33 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:38863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvC7F-0002XS-Os for qemu-devel@nongnu.org; Wed, 20 May 2015 18:05:29 -0400 Received: by wichy4 with SMTP id hy4so75135379wic.1 for ; Wed, 20 May 2015 15:05:28 -0700 (PDT) Received: from [10.248.117.129] (84-236-94-197.pool.digikabel.hu. [84.236.94.197]) by mx.google.com with ESMTPSA id ej5sm16378494wjd.22.2015.05.20.15.05.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 May 2015 15:05:27 -0700 (PDT) From: "=?ISO-8859-2?Q?K=F5v=E1g=F3_Zolt=E1n?=" Message-ID: <555D0527.4040405@gmail.com> Date: Thu, 21 May 2015 00:05:27 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Removing old/unused audio backends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I'll be doing doing gsoc this year, where I'll rework the audio backend of qemu to allow multiple backend instances and multichannel audio. This will of course require modifications of the existing audio drivers in qemu, so it's probably a good idea to remove drivers that nobody use anymore (and probably bug rotten anyway). Here are the drivers that could go in my opinion: esd: no longer maintained, last release in 2008, replaced by PulseAudio fmod: not sure about this one, but apparently it's some no longer developed library that's also proprietary. sdl: is broken (http://lists.nongnu.org/archive/html/qemu-devel/2015-05/msg02198.html), and we have native drivers for almost all platforms winwave: DirectSound should be a superior choice on windows (even though it's also deprecated) alsa needed on Linux, oss on BSDs, coreaudio on Mac, dsound on Windows; spice and pa are also needed. wav is probably useful for debugging. Do you guys have any objections about removing the above mentioned audio drivers in the near future? Thanks, Zoltan