From owner-cvs-src@FreeBSD.ORG Fri Jul 16 03:58:58 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 308E316A4CE; Fri, 16 Jul 2004 03:58:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CA243D3F; Fri, 16 Jul 2004 03:58:58 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3wvo1082936; Fri, 16 Jul 2004 03:58:57 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3wvfs082935; Fri, 16 Jul 2004 03:58:57 GMT (envelope-from tanimura) Message-Id: <200407160358.i6G3wvfs082935@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 03:58:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/usb uaudio_pcm.c 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: Fri, 16 Jul 2004 03:58:58 -0000 tanimura 2004-07-16 03:58:57 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio_pcm.c Log: Rename the sound device drivers: - `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg Revision Changes Path 1.5 +1 -1 src/sys/dev/sound/usb/uaudio_pcm.c