Update of /cvsroot/alsa/alsa-oss/alsa
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1142

Modified Files:
        aoss.1 
Log Message:
Florian Schmidt <[EMAIL PROTECTED]>
a note about FILE * based apps


Index: aoss.1
===================================================================
RCS file: /cvsroot/alsa/alsa-oss/alsa/aoss.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aoss.1      9 Feb 2004 12:36:39 -0000       1.1
+++ aoss.1      24 Feb 2004 19:40:47 -0000      1.2
@@ -28,6 +28,10 @@
        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



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to