From owner-freebsd-stable@FreeBSD.ORG Mon Dec 17 13:42:40 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 5400716A420 for ; Mon, 17 Dec 2007 13:42:40 +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 B6A6713C468 for ; Mon, 17 Dec 2007 13:42:39 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 17 Dec 2007 13:42:37 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp005) with SMTP; 17 Dec 2007 14:42:37 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX185yn5D0PA51gauRfpxQM0Orlh1WzegzizzE9yFNL 452WWq6MLkdyDw Message-ID: <47667CC5.8040509@gmx.de> Date: Mon, 17 Dec 2007 14:42:29 +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> <476182FB.1040206@gmx.de> <20071214074231.1c3082bc.ariff@FreeBSD.org> In-Reply-To: <20071214074231.1c3082bc.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: Mon, 17 Dec 2007 13:42:40 -0000 Ariff Abdullah wrote: > On Thu, 13 Dec 2007 20:07:39 +0100 > Dominic Fandrey wrote: >> 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? > > It will be changed. In the meantime, try playing with the above #def, > say like setting it to 2 or 3. 3 seems to work fine. I tested it with 4 simultaneous audio streams.