From owner-cvs-all@FreeBSD.ORG Sat Oct 28 09:51:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE8E16A412; Sat, 28 Oct 2006 09:51:11 +0000 (UTC) (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 4859243D45; Sat, 28 Oct 2006 09:51:11 +0000 (GMT) (envelope-from netchild@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 k9S9pBtf090424; Sat, 28 Oct 2006 09:51:11 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9S9pBph090421; Sat, 28 Oct 2006 09:51:11 GMT (envelope-from netchild) Message-Id: <200610280951.k9S9pBph090421@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 28 Oct 2006 09:51:11 +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/sys soundcard.h src/sys/dev/sound/pcm dsp.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: Sat, 28 Oct 2006 09:51:11 -0000 netchild 2006-10-28 09:51:10 UTC FreeBSD src repository Modified files: sys/sys soundcard.h sys/dev/sound/pcm dsp.c Log: MFP4: Rename MAX_SAMPLE_RATES macro to OSS_MAX_SAMPLE_RATES. The old macro clashed with those used in other applications and libaries (ex: RtAudio). 4Front responded by updating their spec, so we will follow suit. Submitted by: ryanb Noticed by: pointyhat/kris Revision Changes Path 1.99 +2 -2 src/sys/dev/sound/pcm/dsp.c 1.47 +2 -2 src/sys/sys/soundcard.h