From owner-cvs-all@FreeBSD.ORG Fri Nov 30 15:11:43 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 2D82316A419; Fri, 30 Nov 2007 15:11:43 +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 1DC4B13C447; Fri, 30 Nov 2007 15:11:43 +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 lAUFBhvJ047540; Fri, 30 Nov 2007 15:11:43 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAUFBhoT047539; Fri, 30 Nov 2007 15:11:43 GMT (envelope-from ariff) Message-Id: <200711301511.lAUFBhoT047539@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 30 Nov 2007 15:11:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.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: Fri, 30 Nov 2007 15:11:43 -0000 ariff 2007-11-30 15:11:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pci/hda hdac.c Log: MFC: (revision 1.47, 1.48) - Add missing MCP65 id which was accidentally removed in previous commit. - Add Analog Devices AD1984 codec id. - Enable pcbeep control for Acer + ALC268 (nid 29). Give enough (fake) hints so the parser will grab it and allocate "speaker" control. - Fix regression while preparing DAC and ADC for multichannel format. Since playback policy is to output to every possible path, ensure that each DAC is started. Reported / Tested by: Guy Brand Revision Changes Path 1.36.2.8 +29 -4 src/sys/dev/sound/pci/hda/hdac.c