From owner-svn-src-all@FreeBSD.ORG Fri Oct 24 19:36:29 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A5F71065672; Fri, 24 Oct 2008 19:36:29 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4199B8FC1B; Fri, 24 Oct 2008 19:36:29 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9OJaTrl097516; Fri, 24 Oct 2008 19:36:29 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9OJaTQQ097515; Fri, 24 Oct 2008 19:36:29 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <200810241936.m9OJaTQQ097515@svn.freebsd.org> From: Alexander Motin Date: Fri, 24 Oct 2008 19:36:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184231 - head/sys/dev/sound/pci/hda X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2008 19:36:29 -0000 Author: mav Date: Fri Oct 24 19:36:28 2008 New Revision: 184231 URL: http://svn.freebsd.org/changeset/base/184231 Log: Bump the revision after the latest commits. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c ============================================================================== --- head/sys/dev/sound/pci/hda/hdac.c Fri Oct 24 19:29:07 2008 (r184230) +++ head/sys/dev/sound/pci/hda/hdac.c Fri Oct 24 19:36:28 2008 (r184231) @@ -83,7 +83,7 @@ #include "mixer_if.h" -#define HDA_DRV_TEST_REV "20081013_0113" +#define HDA_DRV_TEST_REV "20081024_0114" SND_DECLARE_FILE("$FreeBSD$");