From owner-freebsd-stable@FreeBSD.ORG Thu Dec 13 19:07:42 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9E7916A420 for ; Thu, 13 Dec 2007 19:07:42 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 2096F13C44B for ; Thu, 13 Dec 2007 19:07:41 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 13 Dec 2007 19:07:40 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp024) with SMTP; 13 Dec 2007 20:07:40 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX18yeFxVC9QysH5pPTb+0iGV+6kgXT9s517pr92xld C8AWADFAGbBypH Message-ID: <476182FB.1040206@gmx.de> Date: Thu, 13 Dec 2007 20:07:39 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: Ariff Abdullah References: <476053BB.2000806@gmx.de> <20071213080609.6c028849.ariff@FreeBSD.org> In-Reply-To: <20071213080609.6c028849.ariff@FreeBSD.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-stable@freebsd.org Subject: Re: RELENG_7 vchans broken Maestro X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 19:07:42 -0000 Ariff Abdullah wrote: > On Wed, 12 Dec 2007 22:33:47 +0100 > Dominic Fandrey wrote: >> Since the switch to BETA4 (it might actually have happened earlier >> and I didn't recognize) vchans don't work properly anymore (for me). >> >> Instead of hearing a second source there only gets a lot of noise >> mixed into the first audio stream. >> > > Try changing AGG_MAXPLAYCH from 4 to 1 > (around line 80, sys/dev/sound/pci/maestro.c). > That fixes my problem. Will this be changed or will I always have to do this myself?