Re: [pulseaudio-discuss] Multi-User Streaming Audio, Is It Possible?

2011-10-06 Thread Xavier Bestel
Le mercredi 05 octobre 2011 à 17:37 -0700, Jason Champion a écrit : I'm looking for a way to have a main multi-user Linux server that is set up to stream audio to other Linux laptops in the house. If I log into it and hit play on an audio app wired to Pulse I'd like to hear what I'm playing

Re: [pulseaudio-discuss] udev detect not working

2011-10-06 Thread John Frankish
Re debugging I was just thinking about putting in some calls to pa_log_debug() at various points between the module loading and the printing of the found 0 cards line. I've not looked at the code recently, so I cannot comment more than that just now. I'll be kinda busy for the next

Re: [pulseaudio-discuss] Multi-User Streaming Audio, Is It Possible?

2011-10-06 Thread Xavier Bestel
On Thu, 2011-10-06 at 10:18 +0200, Maarten Bosmans wrote: 2011/10/6 Jason Champion xan...@yahoo.com As far as I can tell, it looks like something that might be possible with Pulse, but I'm not certain where to start or whether there is relevant documentation (can't say I know what

Re: [pulseaudio-discuss] Configuring alsa mixers in the off profile.

2011-10-06 Thread Tanu Kaskinen
On Wed, 2011-10-05 at 18:43 +0300, Mark Brown wrote: On Tue, Oct 04, 2011 at 02:30:17PM +0300, Tanu Kaskinen wrote: I'm not sure that would work in this case. The mixer element is an enumeration with states Off, Rx and Tx. I've been told that it controls whether the FM radio is powered on

Re: [pulseaudio-discuss] Configuring alsa mixers in the off profile.

2011-10-06 Thread Mark Brown
On Thu, Oct 06, 2011 at 01:49:38PM +0300, Tanu Kaskinen wrote: Yeah the driver is unable to detect directly if someone wants to use the analog signal. But that's not a big problem, there still could exist the facility for explicitly turning the radio on and off. It's also possible to

Re: [pulseaudio-discuss] Multi-User Streaming Audio, Is It Possible?

2011-10-06 Thread Maarten Bosmans
2011/10/6 Xavier Bestel xavier.bes...@free.fr: On Thu, 2011-10-06 at 10:18 +0200, Maarten Bosmans wrote: 2011/10/6 Jason Champion xan...@yahoo.com As far as I can tell, it looks like something that might be possible with Pulse, but I'm not certain where to start or whether there is relevant

Re: [pulseaudio-discuss] Multi-User Streaming Audio, Is It Possible?

2011-10-06 Thread Xavier Bestel
On Thu, 2011-10-06 at 13:49 +0200, Maarten Bosmans wrote: 2011/10/6 Xavier Bestel xavier.bes...@free.fr: [...] I made a mistake, that wasn't paman I was talking about but another tool, with a little icon sitting in the systray to quickly select one of the available zeroconf servers. Really

Re: [pulseaudio-discuss] Configuring alsa mixers in the off profile.

2011-10-06 Thread Mark Brown
On Thu, Oct 06, 2011 at 04:22:33PM +0300, Matti J. Aaltonen wrote: But the handling of the analog audio isn't that straightforward, or maybe it is... I'm not familiar with pulse audio. It's trivial and can be done entirely in kernel as with all the other audio power management. Earlier

[pulseaudio-discuss] [PATCH] alsa: New modarg paths_dir for module-alsa-card.

2011-10-06 Thread Tanu Kaskinen
The new module argument can be used to provide a custom directory for loading alsa path configuration files. This is useful for testing: no need to be root to create test configuration files. --- src/modules/alsa/alsa-mixer.c | 20 ++-- src/modules/alsa/alsa-mixer.h

[pulseaudio-discuss] [PATCH] sink source: Join two ifs with the same condition.

2011-10-06 Thread Tanu Kaskinen
--- src/pulsecore/sink.c |9 +++-- src/pulsecore/source.c |7 ++- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index 53cab32..ee89396 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -1855,13 +1855,7

Re: [pulseaudio-discuss] [PATCH] alsa: New modarg paths_dir for module-alsa-card.

2011-10-06 Thread Tanu Kaskinen
On Thu, 2011-10-06 at 23:09 +0300, Tanu Kaskinen wrote: The new module argument can be used to provide a custom directory for loading alsa path configuration files. This is useful for testing: no need to be root to create test configuration files. I sent this already earlier some time ago.

Re: [pulseaudio-discuss] [RFC] [PATCH 0/1] VLC pass-through to PulseAudio

2011-10-06 Thread Rémi Denis-Courmont
Hello, Le mardi 27 septembre 2011 20:49:27 Rémi Denis-Courmont, vous avez écrit : The following patch makes VLC negotiates S/PDIF pass-through with PulseAudio for A/52 and DTS audio tracks. This requires PulseAudio client library version 1.0.0 (or later) to compile, and a similarly

[pulseaudio-discuss] [PATCH] main: Don't treat it as a fatal error if we can't connect to the session bus.

2011-10-06 Thread Tanu Kaskinen
http://lists.freedesktop.org/archives/pulseaudio-discuss/2011-June/010276.html --- src/daemon/main.c | 12 ++-- src/daemon/server-lookup.c |2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/daemon/main.c b/src/daemon/main.c index e2e4a81..c32f7c7