From owner-cvs-all@FreeBSD.ORG Thu Apr 19 13:54:23 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 A5DB716A404; Thu, 19 Apr 2007 13:54:23 +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 97E3613C457; Thu, 19 Apr 2007 13:54:23 +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 l3JDsN0e012344; Thu, 19 Apr 2007 13:54:23 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3JDsNQ0012343; Thu, 19 Apr 2007 13:54:23 GMT (envelope-from ariff) Message-Id: <200704191354.l3JDsNQ0012343@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 19 Apr 2007 13:54:22 +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/pcm ac97.c ac97.h ac97_patch.c ac97_patch.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: Thu, 19 Apr 2007 13:54:23 -0000 ariff 2007-04-19 13:54:22 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c ac97_patch.h Log: - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense and should only be applied on certain specific card / vendor, hence the addition of ac97_getsubvendor(). - Fix low volume issue on several MSI laptops through ALC655 quirk. Reported/Tested by: Christian Mueller MFC after: 1 week Revision Changes Path 1.67 +18 -11 src/sys/dev/sound/pcm/ac97.c 1.20 +1 -0 src/sys/dev/sound/pcm/ac97.h 1.8 +39 -9 src/sys/dev/sound/pcm/ac97_patch.c 1.7 +1 -0 src/sys/dev/sound/pcm/ac97_patch.h