]> git.alsa-project.org Git - alsa-oss.git/commitdiff
Florian Schmidt <mista.tapas@gmx.net>
authorJaroslav Kysela <perex@perex.cz>
Tue, 24 Feb 2004 19:40:47 +0000 (19:40 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 Feb 2004 19:40:47 +0000 (19:40 +0000)
a note about FILE * based apps

alsa/aoss.1

index cac49a51e154caabd1c1f849d45d298acc5e2a70..ae55bfca56364267cdd28692ea55c1e027a1b697 100644 (file)
@@ -28,6 +28,10 @@ pcm.dsp0 {
        slave.pcm "dmix"
 }
 
+In the above configuration examples, the pcm.dsp0 definition is used to wrap calls do /dev/dsp0. You can also wrap usage of /dev/dsp1, /dev/dsp2, etc. by defining pcm.dsp1, pcm.dsp2, etc..
+
+In the current form, aoss is not able to wrap OSS applications that make use of libc's FILE* infrastructure (fopen() and friends) for their communication with the OSS sound driver. This is because libc uses internal versions of open() and friends which cannot be intercepted by LD_PRELOAD'ing a shared library..
+
 .SS Arguments
 .TP
 \fIosscommand\fP