]> git.alsa-project.org Git - alsa-oss.git/commitdiff
Improved comment
authorJaroslav Kysela <perex@perex.cz>
Sat, 31 May 2003 17:53:54 +0000 (17:53 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 31 May 2003 17:53:54 +0000 (17:53 +0000)
aoss.1

diff --git a/aoss.1 b/aoss.1
index c56168b40c94e4b88f60a2d68c60190f6fb0bd95..cac49a51e154caabd1c1f849d45d298acc5e2a70 100644 (file)
--- a/aoss.1
+++ b/aoss.1
@@ -14,6 +14,20 @@ This is useful in cases where routing settings (which can be made in
 your .asoundrc file) need to be applied to commands that use the OSS
 API.
 
+Examples of asoundrc configuration:
+
+pcm.dsp0 {
+       type plug
+       slave.pcm "hw:0,0"
+}
+
+or
+
+pcm.dsp0 {
+       type plug
+       slave.pcm "dmix"
+}
+
 .SS Arguments
 .TP
 \fIosscommand\fP
@@ -24,5 +38,5 @@ The appropriate arguments and options for the OSS command.
 .TP
 
 .SH AUTHORS
-The OSS compatibility library is by Abramo Bagnara <abramo@alsa-project.org>
-The aoss script and this document are by James Tappin <james@xena.uklinux.net>
+The OSS compatibility library is by Abramo Bagnara <abramo@alsa-project.org>.
+The aoss script and this document are by James Tappin <james@xena.uklinux.net>.