Re: [pulseaudio-discuss] Emulate Alsa A52 plugin in pulseaudio ?

2008-02-29 Thread Jim Duda
Tanu, And finally, I found that if I remove module-detect, then pulseaudio attaches to a52encode properly. I suspect what was happening is that both pulseaudio and a52encode want to use the spdif output. With module-detect active, pulseaudio was grabbing the spdif port after a52encode was es

Re: [pulseaudio-discuss] Emulate Alsa A52 plugin in pulseaudio ?

2008-02-29 Thread Jim Duda
Tanu, Aha, I'm getting closer. I realized that I cannot open the hardware twice. If I do this: load-module module-alsa-sink sink_name=ac3_raw device=spdif:0 load-module module-alsa-sink sink_name=ac3_encode device=a52encode I get an error on the second alsa-sink for a52encode, since ac3_raw al

Re: [pulseaudio-discuss] Emulate Alsa A52 plugin in pulseaudio ?

2008-02-29 Thread Jim Duda
Tanu, "Tanu Kaskinen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, Feb 28, 2008 at 09:57:31PM -0500, Jim Duda wrote: >> The first thing I need to do is to get the spdif port on my CMPCI to >> work with pulseaudio. I'm finding that defining an alsa-sink manually >> using d

Re: [pulseaudio-discuss] Emulate Alsa A52 plugin in pulseaudio ?

2008-02-29 Thread Jim Duda
I think I've learned that in order for a52encode to possibly work, I need to have /var/run/pulse/.asoundrc defined. /var/run/pulse/.asoundrc: pcm.a52encode { type a52 } Yields: lroom# /usr/bin/pulseaudio --system E: module-alsa-sink.c: Error opening PCM device a52encode: Device or resourc

Re: [pulseaudio-discuss] 0.9.8 pthread error?

2008-02-29 Thread Jim Duda
Thanks for the reply. FC7 currently has 1.5.22. Installed Packages libtool-ltdl.i386 1.5.22-11.fc7 installed libtool-ltdl-devel.i386 1.5.22-11.fc7 installed "Colin Guthrie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >

Re: [pulseaudio-discuss] 0.9.8 pthread error?

2008-02-29 Thread Colin Guthrie
Tanu Kaskinen wrote: > On Thu, Feb 28, 2008 at 05:45:12PM -0500, Jim Duda wrote: >> /usr/local/bin/pulseaudio results in this error: >> >> pulseaudio: pulsecore/mutex-posix.c:98: pa_mutex_unlock: Assertion >> `pthread_mutex_unlock(&m->mutex) == 0' failed. >> >> version 0.9.6, installed via yum wor