From owner-freebsd-current@FreeBSD.ORG Mon Aug 13 07:42:09 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21133106566C for ; Mon, 13 Aug 2012 07:42:09 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) by mx1.freebsd.org (Postfix) with ESMTP id E1BA68FC0A for ; Mon, 13 Aug 2012 07:42:08 +0000 (UTC) Received: from [10.0.1.2] (cpc3-cwma8-2-0-cust207.7-3.cable.virginmedia.com [82.20.156.208]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id q7D7g0WN038714 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Mon, 13 Aug 2012 07:42:02 GMT (envelope-from theraven@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: David Chisnall In-Reply-To: <5028A551.7080006@gmail.com> Date: Mon, 13 Aug 2012 08:42:01 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <19BDF321-ECB9-41C2-9301-6886FC4364E8@FreeBSD.org> References: <50278FF4.3040706@zedat.fu-berlin.de> <5028A551.7080006@gmail.com> To: Volodymyr Kostyrko X-Mailer: Apple Mail (2.1278) Cc: FreeBSD-Current , "O. Hartmann" Subject: Re: FreeBSD development audio system: KLANG X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 07:42:09 -0000 On 13 Aug 2012, at 07:57, Volodymyr Kostyrko wrote: > 1. It's targeted at fixing Linux bugs, not FreeBSD ones. FreeBSD sound = system had in-kernel virtual channel mixing support for years. I found this to be the major issue. There were very few things on the = list that weren't already supported by the FreeBSD sound system (which, = before the last major rewrite, was the reason I switched to FreeBSD in = the first place, and is now an amazing piece of work) and the few = remaining things would be better added incrementally, rather than by = throwing everything away and starting again. Unless, of course, the = project is to improve a few bits of the FreeBSD sound subsystem and then = port it to Linux... David=