From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:33146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmJ3a-0005YK-Tl for qemu-devel@nongnu.org; Wed, 23 Jan 2019 08:59:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmJ3a-0006cT-2m for qemu-devel@nongnu.org; Wed, 23 Jan 2019 08:59:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56566) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmJ3Z-0006c3-Sw for qemu-devel@nongnu.org; Wed, 23 Jan 2019 08:59:06 -0500 Date: Wed, 23 Jan 2019 14:59:03 +0100 From: Gerd Hoffmann Message-ID: <20190123135903.v2jjfpsp5pqitva4@sirius.home.kraxel.org> References: <20190123080005.31078-5-kraxel@redhat.com> <484e921f-7cee-755d-12a9-02e8bf182fa4@redhat.com> <20190123093657.GC27270@redhat.com> <20190123101238.GD27270@redhat.com> <379cce5d-71e1-b210-c0de-c0b8a478de3a@gmx.com> <52937a07-9462-6910-610c-5b1ee5d2541a@gmx.com> <20190123122015.uvyqe4vsxhhgugz7@sirius.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Kamil Rytarowski Cc: Peter Maydell , Thomas Huth , QEMU Developers , Kamil Rytarowski , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Brad Smith Hi, > > What is the native sound interface for openbsd btw? oss doesn't > > compile (missing sys/soundcard.h header). > > OpenBSD uses sndio, a similar audio daemon to pulseaudio and it's > enforced for all [well integrated] audio applications. Hmm. Yet another audio daemon. /me wonders why people keep reinventing the wheel. > SDL is an optional intermediate layer kept for practical/compatibility > purposes, but all software shall use sndio natively. Is pulseaudio supported? The package is at least in the package collection. If so, then we can choose between pulse and sdl as middle man, due to the lack of a sndio backend. Which of the two should be preferred? cheers, Gerd