From owner-cvs-all@FreeBSD.ORG Sun Jul 1 17:31:20 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 E2A1916A41F; Sun, 1 Jul 2007 17:31:20 +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 BC89713C487; Sun, 1 Jul 2007 17:31:20 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l61HVKJN060455; Sun, 1 Jul 2007 17:31:20 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l61HVKPw060454; Sun, 1 Jul 2007 17:31:20 GMT (envelope-from ariff) Message-Id: <200707011731.l61HVKPw060454@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 1 Jul 2007 17:31:20 +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 hdac_private.h 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, 01 Jul 2007 17:31:21 -0000 ariff 2007-07-01 17:31:20 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c hdac_private.h Log: - Fix input/microphone support for ASUS A8N-VMCSM series. Submitted by: Simon Schubert - Defer flushing unsolicited response into taskqueue thread rather than handle it directly in interrupt handler, since few of its operations (like measuring/calibrating jack impedance) are quite expensive. - Misc. debugging cleanups. Tested by: joel Approved by: re (hrs) MFC after: 3 days Revision Changes Path 1.43 +107 -39 src/sys/dev/sound/pci/hda/hdac.c 1.7 +2 -0 src/sys/dev/sound/pci/hda/hdac_private.h