
From: Christoph Hellwig <hch@lst.de>

(partially from the debian kernel tree)


---

 25-akpm/Documentation/sound/oss/OPL3-SA |    2 +-
 25-akpm/Documentation/sound/oss/VIBRA16 |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff -puN Documentation/sound/oss/OPL3-SA~fix-some-typos-in-sound-docs Documentation/sound/oss/OPL3-SA
--- 25/Documentation/sound/oss/OPL3-SA~fix-some-typos-in-sound-docs	2004-05-08 22:10:21.821160264 -0700
+++ 25-akpm/Documentation/sound/oss/OPL3-SA	2004-05-08 22:10:21.826159504 -0700
@@ -34,7 +34,7 @@ Module options in detail:
 	mpu_irq: This is the MPU401's IRQ.
 
 If you'd like to use the OPL3 FM Synthesizer, make sure you enable
-CONFIG_YM3812 (in 'make config'). That'll build the opl3.o module.
+CONFIG_SOUND_YM3812 (in 'make config'). That'll build the opl3.o module.
 
 Then a simple 'insmod opl3 io=0x388', and you now have FM Synth.
 
diff -puN Documentation/sound/oss/VIBRA16~fix-some-typos-in-sound-docs Documentation/sound/oss/VIBRA16
--- 25/Documentation/sound/oss/VIBRA16~fix-some-typos-in-sound-docs	2004-05-08 22:10:21.823159960 -0700
+++ 25-akpm/Documentation/sound/oss/VIBRA16	2004-05-08 22:10:21.826159504 -0700
@@ -62,12 +62,12 @@ modprobe sb io=0x220 irq=5 dma=1 dma16=3
 
 	Or, take the hard way:
 
-insmod souncore
-insmod sound
-insmod uart401
-insmod sb io=0x220 irq=5 dma=1 dma16=3
+modprobe soundcore
+modprobe sound
+modprobe uart401
+modprobe sb io=0x220 irq=5 dma=1 dma16=3
 # do you need MIDI?
-insmod opl3=0x388
+modprobe opl3=0x388
 
 	Just in case, the kernel sound support should be:
 

_
