From 0e9e761c1c311d40399e84be8272b95d41ea5506 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 31 May 2003 17:53:54 +0000 Subject: [PATCH] Improved comment --- aoss.1 | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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 . -- 2.47.1