summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/soundcard.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-12-01 01:38:49 +0000
committerjulian <julian@FreeBSD.org>1995-12-01 01:38:49 +0000
commitced0b587b5c4088354f2f491517795146117da8f (patch)
tree2d0f7b7b1c7a69433bc9b710050d5b5beb111ea6 /sys/i386/isa/sound/soundcard.c
parent91ea4baf115d5b259a8f94637f71d9b368239d1f (diff)
downloadFreeBSD-src-ced0b587b5c4088354f2f491517795146117da8f.zip
FreeBSD-src-ced0b587b5c4088354f2f491517795146117da8f.tar.gz
remove typo
Diffstat (limited to 'sys/i386/isa/sound/soundcard.c')
-rw-r--r--sys/i386/isa/sound/soundcard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c
index 087e5ea..62437fc 100644
--- a/sys/i386/isa/sound/soundcard.c
+++ b/sys/i386/isa/sound/soundcard.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: soundcard.c,v 1.33 1995/11/29 10:48:16 julian Exp $
+ * $Id: soundcard.c,v 1.34 1995/11/29 14:40:28 julian Exp $
*/
#include "sound_config.h"
@@ -499,7 +499,6 @@ static void snd_drvinit(void *unused)
if( ! snd_devsw_installed ) {
dev = makedev(CDEV_MAJOR,0);
cdevsw_add(&dev,&snd_cdevsw,NULL);
- dev_chr = dev;
snd_devsw_installed = 1;
#ifdef DEVFS
{
OpenPOWER on IntegriCloud