From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzjW6-0008Dp-1B for qemu-devel@nongnu.org; Tue, 02 Jun 2015 06:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzjW2-0002NH-Jy for qemu-devel@nongnu.org; Tue, 02 Jun 2015 06:33:53 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:34985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzjW2-0002N6-D0 for qemu-devel@nongnu.org; Tue, 02 Jun 2015 06:33:50 -0400 Received: by wgme6 with SMTP id e6so136120411wgm.2 for ; Tue, 02 Jun 2015 03:33:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <556D8687.6050403@redhat.com> Date: Tue, 02 Jun 2015 12:33:43 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <556C6039.7040408@msgid.tls.msk.ru> <1433232504.1637.20.camel@nilsson.home.kraxel.org> <556D7370.5020303@msgid.tls.msk.ru> <1433237336.1637.28.camel@nilsson.home.kraxel.org> In-Reply-To: <1433237336.1637.28.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Michael Tokarev Cc: qemu-devel@nongnu.org, =?UTF-8?B?IkvFkXbDoWfDsywgWm9sdMOhbiI=?= On 02/06/2015 11:28, Gerd Hoffmann wrote: > > SDL audio has been the default in Debian for at least two > > debian releases because of that, we explicitly used > > --audio-drv-list=sdl,... to list sdl first. Now we have > > pa first, but I don't really remember why we changed it. > > Useful data point. sdl state can't be that bad if it was default in > debian until recently ... I guess the breakage is only for SDL 2 then. Paolo