Re: [ecasound] Anybody else having problem with ALSA I/O?

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] Anybody else having problem with ALSA I/O?
From: S. Massy (theanaloguekid@tak.net.dhis.org)
Date: Mon Sep 10 2001 - 23:16:02 EEST


On Mon, 10 Sep 2001, Kai Vehmanen <k@eca.cx> wrote:

> On Mon, 10 Sep 2001, S. Massy wrote:
>
> > Lately (last two or three weeks) ecasound has proved unable to handle
> > alsa devices as it used to. Has anybody else noticed this? Anybody
> > knows if ALSA's API was changed lately? here's an example:
>
> There were some reports on alsa-devel concerning problems triggered by
> loading libasound.so dynamically (with dlopen()). At least xine's ALSA
> plugin had this problem. And ecasound does basicly the same thing so...
>
> You can try the following patch:
>
> ecasound/libecasound/eca-static-object-maps.cpp:
> - void *plugin_handle = dlopen(file.c_str(), RTLD_NOW);
> + void *plugin_handle = dlopen(file.c_str(), RTLD_NOW | RTLD_GLOBAL);
>
> ... I'll test this myself later today.
That was it, thanks... I should subscribe to alsa-dev too. :)

>
> --
> http://www.eca.cx
> Audio software for Linux!
>
> --
> To unsubscribe send message 'unsubscribe' in the body of the
> message to <ecasound-list-request@wakkanet.fi>.
>

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request@wakkanet.fi>.


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Sep 10 2001 - 23:13:22 EEST