From owner-cvs-src@FreeBSD.ORG Wed Dec 12 18:21:07 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FA9916A4A1; Wed, 12 Dec 2007 18:21:07 +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 C079113C4CC; Wed, 12 Dec 2007 18:21:06 +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 lBCIL6sm023551; Wed, 12 Dec 2007 18:21:06 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBCIL6Qb023550; Wed, 12 Dec 2007 18:21:06 GMT (envelope-from ariff) Message-Id: <200712121821.lBCIL6Qb023550@repoman.freebsd.org> From: Ariff Abdullah Date: Wed, 12 Dec 2007 18:21:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci ich.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 18:21:07 -0000 ariff 2007-12-12 18:21:05 UTC FreeBSD src repository Modified files: sys/dev/sound/pci ich.c Log: Disable AC97 microphone channel. Due to the channel allocation priority that favours true hardware channel, the first instance of recording request will grab this channel (the first channel is being used as vchan master). In many cases, it is not really work as intended and give false impression of broken recording. PR: kern/118546 MFC after: 3 days Revision Changes Path 1.79 +6 -1 src/sys/dev/sound/pci/ich.c