[pulseaudio-tickets] [Bug 85319] PulseAudio fails to build on musl libc

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 14 05:10:39 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=85319

--- Comment #3 from Tanu Kaskinen <tanuk at iki.fi> ---
(In reply to Vladimir from comment #2)
> By the way, what was the reasoning behind reusing the system stat/open/ioctl
> function names in padsp.c specifically - I see that there are functions like
> pa_fopen_* already defined elsewhere?

The point of padsp is to wrap programs that use the OSS interface on systems
without OSS. For example, when the program calls open("/dev/dsp"), padsp has to
somehow intercept that call, because otherwise the call will just fail. padsp
does the interception by redefining the open() function.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150414/8bc3dcc9/attachment.html>


More information about the pulseaudio-bugs mailing list