From owner-cvs-all@FreeBSD.ORG Fri Dec 30 20:44:40 2005 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 0765016A41F; Fri, 30 Dec 2005 20:44:40 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD2B43D5C; Fri, 30 Dec 2005 20:44:39 +0000 (GMT) (envelope-from ariff@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 jBUKicGd081384; Fri, 30 Dec 2005 20:44:38 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUKicT2081383; Fri, 30 Dec 2005 20:44:38 GMT (envelope-from ariff) Message-Id: <200512302044.jBUKicT2081383@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 30 Dec 2005 20:44:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pcm ac97.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: Fri, 30 Dec 2005 20:44:40 -0000 ariff 2005-12-30 20:44:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pcm ac97.c Log: MFC: Few codec such as Conexant CX20468-21 does have AC97_MIX_BEEP control register, although the only usable part is the mute bit. Noticed by: Hans Petter Selasky Revision Changes Path 1.53.2.2 +7 -0 src/sys/dev/sound/pcm/ac97.c