From owner-cvs-all@FreeBSD.ORG Sat Dec 15 04:07:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC39916A417; Sat, 15 Dec 2007 04:07:25 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C7A4C13C45A; Sat, 15 Dec 2007 04:07:25 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBF47P5L012064; Sat, 15 Dec 2007 04:07:25 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBF47PNR012063; Sat, 15 Dec 2007 04:07:25 GMT (envelope-from ariff) Message-Id: <200712150407.lBF47PNR012063@repoman.freebsd.org> From: Ariff Abdullah Date: Sat, 15 Dec 2007 04:07:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/sound/pci maestro.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2007 04:07:26 -0000 ariff 2007-12-15 04:07:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sound/pci maestro.c Log: MFC: Limit total hardware playback channels to just 1. The reliability of it's multi DAC / playback channels is not that good. Enabling vchans make the bug more visible since playback allocation will look for possible free hardware channels first (i.e: the next DAC, the very first has been consumed by vchan mixer) which in this case has been proven faulty. Tested by: Dominic Fandrey URL: http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/039022.html Approved by: re (kensmith) Revision Changes Path 1.36.2.1 +12 -3 src/sys/dev/sound/pci/maestro.c