aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-10 00:11:38 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-10 00:11:38 -0700
commit10f2b6f5fc750ddb64700c4c54571efcd295c18c (patch)
treea629f28f9bc096fdc47358232c04b63ee26dd463 /Documentation
parent8b1d1b1c274bd0dd484b494f3ec47314c1f1550c (diff)
downloadhistory-10f2b6f5fc750ddb64700c4c54571efcd295c18c.tar.gz
[PATCH] fix some typos in sound docs
From: Christoph Hellwig <hch@lst.de> (partially from the debian kernel tree)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/sound/oss/OPL3-SA2
-rw-r--r--Documentation/sound/oss/VIBRA1610
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/sound/oss/OPL3-SA b/Documentation/sound/oss/OPL3-SA
index 0d91c8bf3b83a2..66a91835d91866 100644
--- a/Documentation/sound/oss/OPL3-SA
+++ b/Documentation/sound/oss/OPL3-SA
@@ -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 --git a/Documentation/sound/oss/VIBRA16 b/Documentation/sound/oss/VIBRA16
index 0a0aff9d75314e..68a5a46beb88ed 100644
--- a/Documentation/sound/oss/VIBRA16
+++ b/Documentation/sound/oss/VIBRA16
@@ -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: