From: Jaroslav Kysela Date: Sat, 31 May 2003 17:53:54 +0000 (+0000) Subject: Improved comment X-Git-Tag: v1.0.3~53 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0e9e761c1c311d40399e84be8272b95d41ea5506;p=alsa-oss.git Improved comment --- diff --git a/aoss.1 b/aoss.1 index c56168b..cac49a5 100644 --- 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 -The aoss script and this document are by James Tappin +The OSS compatibility library is by Abramo Bagnara . +The aoss script and this document are by James Tappin .