From owner-cvs-src@FreeBSD.ORG Sun Oct 2 15:37:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 6C63416A41F; Sun, 2 Oct 2005 15:37:41 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C6E43D46; Sun, 2 Oct 2005 15:37:41 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j92FbfYO074733; Sun, 2 Oct 2005 15:37:41 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j92Fbf6n074731; Sun, 2 Oct 2005 15:37:41 GMT (envelope-from netchild) Message-Id: <200510021537.j92Fbf6n074731@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 2 Oct 2005 15:37:41 +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 channel.c mixer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 02 Oct 2005 15:37:41 -0000 netchild 2005-10-02 15:37:41 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm ac97.c ac97.h channel.c mixer.c Log: sys/dev/sound/pcm/ac97.c: * Added codec id for CMI9761. * feeder_volume *whitelist* through ac97_fix_volume() sys/dev/sound/pcm/ac97.h: * Added AC97_F_SOFTVOL definition. sys/dev/sound/pcm/channel.c: * Slight changes for chn_setvolume() to conform with OSS. * FEEDER_VOLUME is now part of feeder building process. sys/dev/sound/pcm/mixer.c: * General spl* cleanup. It doesn't serve any purpose anymore. * Main hook for feeder_volume. Submitted by: Ariff Abdullah Tested by: multimedia@ Revision Changes Path 1.56 +42 -1 src/sys/dev/sound/pcm/ac97.c 1.18 +1 -0 src/sys/dev/sound/pcm/ac97.h 1.102 +34 -3 src/sys/dev/sound/pcm/channel.c 1.46 +35 -15 src/sys/dev/sound/pcm/mixer.c