Re: [pulseaudio-discuss] A few pulseadio related issues

2011-02-27 Thread Colin Guthrie
'Twas brillig, and Rafał Mużyło at 26/02/11 23:33 did gyre and gimble: Awhile ago, I filed a ticket about pulseaudio crashing on stopping second copy of xserver if first was 'startx' and second 'startx -- :1'. Seems it's going to be resolved as WONTFIX, but I want to note something that

[pulseaudio-discuss] [PATCH] Add src/*-symdef.h to .gitignore.

2011-02-27 Thread Tanu Kaskinen
--- src/.gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/.gitignore b/src/.gitignore index c93974b..1380e26 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -66,3 +66,4 @@ voltest start-pulseaudio-x11 start-pulseaudio-kde vector-test +*-symdef.h --

Re: [pulseaudio-discuss] [PATCH 1/5] core: Add infrastructure for synchronizing HW and SW volume changes

2011-02-27 Thread Tanu Kaskinen
On Sat, 2010-10-16 at 12:34 +0100, Colin Guthrie wrote: 'Twas brillig, and Tanu Kaskinen at 15/10/10 11:30 did gyre and gimble: On Fri, 2010-10-15 at 13:00 +0300, Jyri Sarha wrote: @@ -1459,7 +1493,8 @@ void pa_sink_set_volume( * apply one to s-soft_volume */

[pulseaudio-discuss] [PATCH] sink: Add casts to some printf arguments to get rid of compiler warnings.

2011-02-27 Thread Tanu Kaskinen
--- src/pulsecore/sink.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index ba7e599..915ee0f 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -2941,11 +2941,11 @@ void

Re: [pulseaudio-discuss] [RFC] Allow read-only or non-existing sink input volume.

2011-02-27 Thread Tanu Kaskinen
On Wed, 2011-02-23 at 08:28 +0200, Tanu Kaskinen wrote: On Tue, 2011-02-22 at 21:25 +, Colin Guthrie wrote: 'Twas brillig, and Tanu Kaskinen at 22/02/11 16:35 did gyre and gimble: It would be nice if someone would test this with passthrough streams also, but personally I think it

Re: [pulseaudio-discuss] [RFC] Allow read-only or non-existing sink input volume.

2011-02-27 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 27/02/11 12:35 did gyre and gimble: I actually have started to feel that volume_readable and volume_writable would be better than has_volume and read_only_volume in pa_sink_input_info. What are others' opinions? One argument for readable/writable is that

Re: [pulseaudio-discuss] [PATCH] Add src/*-symdef.h to .gitignore.

2011-02-27 Thread Arun Raghavan
On Sun, 2011-02-27 at 12:50 +0200, Tanu Kaskinen wrote: --- src/.gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/.gitignore b/src/.gitignore index c93974b..1380e26 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -66,3 +66,4 @@ voltest

Re: [pulseaudio-discuss] [PATCH] sink: Don't send unnecessary PA_SINK_MESSAGE_SET_VOLUME_SYNCED messages.

2011-02-27 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 27/02/11 11:20 did gyre and gimble: If send_msg is false, the message will be sent by the caller. --- src/pulsecore/sink.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index

Re: [pulseaudio-discuss] [PATCH] sink: Add casts to some printf arguments to get rid of compiler warnings.

2011-02-27 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 27/02/11 11:21 did gyre and gimble: --- src/pulsecore/sink.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index ba7e599..915ee0f 100644 --- a/src/pulsecore/sink.c +++

Re: [pulseaudio-discuss] [PATCH] Add src/*-symdef.h to .gitignore.

2011-02-27 Thread Colin Guthrie
'Twas brillig, and Arun Raghavan at 27/02/11 14:10 did gyre and gimble: On Sun, 2011-02-27 at 12:50 +0200, Tanu Kaskinen wrote: --- src/.gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/.gitignore b/src/.gitignore index c93974b..1380e26 100644 ---

Re: [pulseaudio-discuss] [RFC] Allow read-only or non-existing sink input volume.

2011-02-27 Thread Tanu Kaskinen
On Sun, 2011-02-27 at 14:06 +, Colin Guthrie wrote: 'Twas brillig, and Tanu Kaskinen at 27/02/11 12:35 did gyre and gimble: I actually have started to feel that volume_readable and volume_writable would be better than has_volume and read_only_volume in pa_sink_input_info. What are

Re: [pulseaudio-discuss] [PATCH] sink: Don't send unnecessary PA_SINK_MESSAGE_SET_VOLUME_SYNCED messages.

2011-02-27 Thread Tanu Kaskinen
On Sun, 2011-02-27 at 14:15 +, Colin Guthrie wrote: diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index d713be1..4da36f3 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -1705,8 +1705,6 @@ void pa_sink_set_volume( pa_cvolume_reset(root_sink-soft_volume,

[pulseaudio-discuss] MacOS X Support

2011-02-27 Thread Stephen Lee
I git clone'd master yesterday, successfully compiled, and ran PA on my MacOS X machine. I was pleasantly surprised to see the Coreaudio modules! I successfully tunnelled audio from one of my Linux machines to my MacOS X w/o using esound, but I noticed that iTunes wasn't included as a client

Re: [pulseaudio-discuss] A few pulseadio related issues

2011-02-27 Thread Rafał Mużyło
On Sun, Feb 27, 2011 at 09:27:54AM +, Colin Guthrie wrote: I'm not sure I remember the bug. Can you please post a link? Also, are you creating X11 sessions as the same user or as two different users? Well, that the problem - as one user, that's why I'm saying a WONTFIX is likely. The

Re: [pulseaudio-discuss] [RFC] Allow read-only or non-existing sink input volume.

2011-02-27 Thread Maarten Bosmans
2011/2/27 Colin Guthrie gm...@colin.guthr.ie: 'Twas brillig, and Tanu Kaskinen at 27/02/11 12:35 did gyre and gimble: I actually have started to feel that volume_readable and volume_writable would be better than has_volume and read_only_volume in pa_sink_input_info. What are others' opinions?

Re: [pulseaudio-discuss] Windows binaries

2011-02-27 Thread Sean McNamara
Hi, On Sun, Feb 27, 2011 at 3:12 PM, Maarten Bosmans mkbosm...@gmail.com wrote: 2011/2/27 Sean McNamara smc...@gmail.com: Hi, On Fri, Feb 25, 2011 at 8:28 AM, Maarten Bosmans mkbosm...@gmail.com wrote: As the patches that make it possible to build pulse on win32 should land in master any

Re: [pulseaudio-discuss] [RFC] Alsa UCM integration.

2011-02-27 Thread Margarita Olaya
Hi Tanu, On Sat, Feb 26, 2011 at 2:07 AM, Tanu Kaskinen ta...@iki.fi wrote: On Fri, 2011-02-25 at 14:09 -0600, Margarita Olaya wrote: Make sense. But I am not sure the profiles as defined today in PulseAudio can work with modifiers. What we discussed yesterday is that when a profile is

Re: [pulseaudio-discuss] [RFC] Passthrough support

2011-02-27 Thread Arun Raghavan
On Tue, 2011-02-22 at 22:52 +0200, Tanu Kaskinen wrote: [...] The set of parameters can potentially grow forever - we don't know what parameters may become relevant in the future. So, I think we should start by documenting the parameters that we know are important today, and define the

Re: [pulseaudio-discuss] [Patch] Infinite loop in mainloop

2011-02-27 Thread Arun Raghavan
Hi Marcel, On Sat, 2011-01-01 at 16:50 +0100, Marcel wrote: I am porting pulseaudio to OS/2. During this I run into trouble with the mainloop occasionally eating up all CPU resources. It turned out to be an inconsistency in the internal state of the mainloop. m-wakeup_requested was 0 while

Re: [pulseaudio-discuss] [RFC] Passthrough support

2011-02-27 Thread Christ Schlacta
On 2/27/2011 22:00, Arun Raghavan wrote: On Tue, 2011-02-22 at 22:52 +0200, Tanu Kaskinen wrote: [...] The set of parameters can potentially grow forever - we don't know what parameters may become relevant in the future. So, I think we should start by documenting the parameters that we know are

Re: [pulseaudio-discuss] [RFC] Passthrough support

2011-02-27 Thread Arun Raghavan
On Sun, 2011-02-27 at 23:20 -0800, Christ Schlacta wrote: [...] mark settings as optional or required for negotiation. if one or the other can't support an Optional parameter, then it gets replied to as unsupported but continuing. a warning is logged. a mandatory option will cause it to