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
.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>.