From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmDt9-0004SN-8p for qemu-devel@nongnu.org; Wed, 23 Jan 2019 03:27:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmDt8-0000D2-50 for qemu-devel@nongnu.org; Wed, 23 Jan 2019 03:27:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44694) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmDt7-0000B4-AF for qemu-devel@nongnu.org; Wed, 23 Jan 2019 03:27:58 -0500 References: <20190123080005.31078-1-kraxel@redhat.com> <20190123080005.31078-5-kraxel@redhat.com> From: Thomas Huth Message-ID: <484e921f-7cee-755d-12a9-02e8bf182fa4@redhat.com> Date: Wed, 23 Jan 2019 09:27:48 +0100 MIME-Version: 1.0 In-Reply-To: <20190123080005.31078-5-kraxel@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] [RfC] audio: probe audio drivers by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Brad Smith On 2019-01-23 09:00, Gerd Hoffmann wrote: > > This is RfC because we might look at the ordering. On linux we probably > want prefer alsa over oss. Yes, please! I've run into the trap a couple of times already: OSS headers were available, but these days the OSS compatibility kernel modules are not loaded anymore by default. So you compile QEMU with OSS support and then wonder why you do not get any audio output at all... IMHO we should put OSS as last item in the list on Linux nowadays. Thomas