From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 12 18:20:03 2007 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB56416A417 for ; Wed, 12 Dec 2007 18:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D1DD13C44B for ; Wed, 12 Dec 2007 18:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBCIK3xm027226 for ; Wed, 12 Dec 2007 18:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBCIK3aK027225; Wed, 12 Dec 2007 18:20:03 GMT (envelope-from gnats) Date: Wed, 12 Dec 2007 18:20:03 GMT Message-Id: <200712121820.lBCIK3aK027225@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Anton Cc: Subject: Re: kern/118546: snd_ich: recording broken X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anton List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 18:20:03 -0000 The following reply was made to PR kern/118546; it has been noted by GNATS. From: Anton To: Ariff Abdullah , bug-followup@FreeBSD.org Cc: Subject: Re: kern/118546: snd_ich: recording broken Date: Wed, 12 Dec 2007 20:49:41 +0300 On Tue, 11 Dec 2007 22:25:06 +0800 Ariff Abdullah wrote: > On Tue, 11 Dec 2007 13:51:51 +0300 > Anton wrote: > > On Tue, 11 Dec 2007 18:44:42 +0800 > > Ariff Abdullah wrote: > > > > > > pcm0: at io 0xd800, 0xdc80 irq 9 bufsz > > > > 16384 kld snd_ich [MPSAFE] (1p:1v/2r:1v channels duplex default) > > > ^^ > > > I have doubt for this 2nd record channel for a long time.. > > > > > > > > > 1) Try disabling vchan for record channel (vrec) through > > > sysctl dev.pcm.0.rec.vchans=0. This basically restore 6.x > > > behaviour. > > > > > > 2) If #1 works, try the attached patch even with vrec enabled. > > > > Thank you very much! #1 works! :) > > Now I will try patch... > > > > Here is a much simpler patch (attached). Please try that. > > > Next time when you're replying, make sure to include > bug-followup@FreeBSD.org as recipient so that the PR are properly > updated and all debugging activities get recorded :) Patch works! Thanks! :) -- Best regards, Anton