From owner-cvs-src@FreeBSD.ORG Tue Jan 20 09:49:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E505016A4CE; Tue, 20 Jan 2004 09:49:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A1543D39; Tue, 20 Jan 2004 09:49:25 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0KHnP0B049635; Tue, 20 Jan 2004 09:49:25 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0KHnPHc049634; Tue, 20 Jan 2004 09:49:25 -0800 (PST) (envelope-from gshapiro) Message-Id: <200401201749.i0KHnPHc049634@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 20 Jan 2004 09:49:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c ac97_patch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 20 Jan 2004 17:49:27 -0000 gshapiro 2004/01/20 09:49:24 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c ac97_patch.h Log: MFC: Sync AC97 changes from -CURRENT: ac97.c: 1.49: Add ID for ALC658 CODEC. ac97.c: 1.48: Recognize the Avance Logic ALC655 codec found on some ICH4/5-based motherboards, such as the Gigabyte I848P. ac97.c: 1.46: Add Creative EV1938. ac97.c: 1.45: When present use ogain instead of master for surround sound channels. ac97.c: 1.44: Additional VT1616 id. ac97.c: 1.43: Apply Rudolf Cejka's patch for AD1980 hook & ac97_fix_auxout. Associate AC97_MIX_AUXOUT with SOUND_MIXER_OGAIN rather than SOUND_MIXER_MONITOR. Add ac97_fix_tone to remove tone controls from mixer if invalid ac97.h: 1.14: Apply Rudolf Cejka's patch for AD1980 hook & ac97_fix_auxout. Associate AC97_MIX_AUXOUT with SOUND_MIXER_OGAIN rather than SOUND_MIXER_MONITOR. Add ac97_fix_tone to remove tone controls from mixer if invalid ac97_patch.c: 1.2: Add patch for AD198x. ac97_patch.h: 1.2: Add patch for AD198x. Approved by: matk Revision Changes Path 1.5.2.16 +46 -47 src/sys/dev/sound/pcm/ac97.c 1.3.2.11 +1 -1 src/sys/dev/sound/pcm/ac97.h 1.1.2.2 +6 -0 src/sys/dev/sound/pcm/ac97_patch.c 1.1.2.2 +1 -0 src/sys/dev/sound/pcm/ac97_patch.h