From owner-cvs-all@FreeBSD.ORG Sun Jan 28 03:16:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAFAA16A401; Sun, 28 Jan 2007 03:16:54 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B5A8513C441; Sun, 28 Jan 2007 03:16:54 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0S3Gsxg047008; Sun, 28 Jan 2007 03:16:54 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0S3GsaC047007; Sun, 28 Jan 2007 03:16:54 GMT (envelope-from ariff) Message-Id: <200701280316.l0S3GsaC047007@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 28 Jan 2007 03:16:54 +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/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: Sun, 28 Jan 2007 03:16:55 -0000 ariff 2007-01-28 03:16:54 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Add speaker control for HP xw4300. This hardware doesn't respond to unsolicited pin sense event and need manual control to turn off speaker volume while attaching headphone. Tested by: Ingeborg Hellemo Disable global Acer + ALC883 headphone automute settings since there are few models that does not respect this and causing broken behaviour. Reported/Tested by: Pavel Argentov Revision Changes Path 1.23 +17 -2 src/sys/dev/sound/pci/hda/hdac.c