Newsgroups: comp.os.linux.announce
From: hsavolai@cs.Helsinki.FI (Hannu Savolainen)
Subject: Using the sound driver with Linux 0.99.6
Message-ID: <1993Feb24.083057.11011@klaava.Helsinki.FI>
Date: Wed, 24 Feb 1993 08:30:57 GMT
Approved: linux-announce@tc.cornell.edu (Lars Wirzenius)

To use the sound driver with Linux 0.99.6 you should make two changes to
file linux/kernel/chr_drv/sound/soundcard.c:

1)	Replace the line (321) containing:

  chrdev_fops[SND_MAJOR] = &sound_fops;

	with

  register_chrdev(SND_MAJOR, "sound", &sound_fops);


2)	Delete line (363) containing:

  chrdev_fops[major] = &sound_fops;
  
Hannu
----------------------------------------------------------------------------
Hannu Savolainen (hsavolai@cs.helsinki.fi)
Kun Savolainen puhuu, niin vastuu siirtyy valittomasti kuulijalle.
(or link("/dev/null", "/dev/flames") in plain C)
