Re: [pulseaudio-discuss] [PATCH] core: Set volumes const in pa_do_volume_func_t

2012-07-16 Thread Arun Raghavan
On Mon, 2012-07-09 at 18:01 +0200, Peter Meerwald wrote: > From: Peter Meerwald > > volumes do not change, the samples get scaled Looks good, pulled. -- Arun ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.fr

Re: [pulseaudio-discuss] [PATCH] modules: Allow bluetooth SBC to disable SIMD optimizations with PULSE_NO_SIMD

2012-07-16 Thread Arun Raghavan
On Mon, 2012-07-09 at 18:01 +0200, Peter Meerwald wrote: > From: Peter Meerwald > > allow to disable SIMD optimizations with PULSE_NO_SIMD; > to give a consistent meaning to that environment variable The SBC code is pulled straight from the BlueZ code, so it's nicer to not change that code downs

Re: [pulseaudio-discuss] [PATCH] core: Distinguish Cortex processors (A8, A9, A15)

2012-07-16 Thread Arun Raghavan
On Mon, 2012-07-09 at 18:01 +0200, Peter Meerwald wrote: > From: Peter Meerwald > > needed later on for ARM NEON optimization > > Signed-off-by: Peter Meerwald > --- Looks good, but I'd prefer to pull this along with the code that uses it. Thanks, Arun ___

Re: [pulseaudio-discuss] [PATCH] core: add ring buffer for log

2012-07-16 Thread Arun Raghavan
On Mon, 2012-07-09 at 17:56 +0200, Peter Meerwald wrote: > > >> The usage model for this ring buffer is that we can peek into what's > > >> going on > > >> under the hood without restarting pulseaudio daemon, we enable this via > > >> logging > > >> all level's messages. > > > > > > what is the e

Re: [pulseaudio-discuss] [PATCH] core: add more verbose error info

2012-07-16 Thread Arun Raghavan
On Tue, 2012-07-10 at 08:32 +0800, Deng Zhengrong wrote: > I'm debugging an issue, and find that it's more useful for users to know which > directory hasn't been created instead of just knowing error code. > --- Pulled, with a minor whitespace addition to satisfy my OCD. BTW, could you please line

Re: [pulseaudio-discuss] [PATCH v3] man/pulse-cli-syntax: document option `set-log-target`

2012-07-16 Thread Arun Raghavan
On Wed, 2012-07-11 at 22:29 +0800, Deng Zhengrong wrote: > --- > man/pulse-cli-syntax.5.xml.in | 5 + > 1 file changed, 5 insertions(+) Pulled. -- Arun ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freed

Re: [pulseaudio-discuss] [PATCH] bluetooth: add a parenthesis around pa_streq()

2012-07-16 Thread Arun Raghavan
On Wed, 2012-07-11 at 22:42 +0800, Deng Zhengrong wrote: > I know that pa_streq() is defined with an extra parenthesis, but everytime I > look at it, it makes me nervous. :D > > So it's better to add the parenthesis here. > --- :) Pulled, cheers. -- Arun

Re: [pulseaudio-discuss] [PATCH] pacmd: Display inputs and outputs PASSTHROUGH flag

2012-07-16 Thread Arun Raghavan
On Fri, 2012-07-13 at 17:38 +0200, Frédéric Dalleau wrote: > --- > src/pulsecore/cli-text.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) (forgot to mention in my reply -- I've pulled this) -- Arun ___ pulseaudio-discuss mailing lis

Re: [pulseaudio-discuss] Compressed samples in the cache

2012-07-16 Thread Arun Raghavan
On Thu, 2012-07-12 at 00:32 -0300, Flávio Ceolin wrote: > Hi folks, > > I was digging into the pulse code and I didn't find support for > compressed sample in the cache. Is it right ? > > So, if true, is desired to implement support for it ? We spoke of this on IRC, but just to summarise: the sa

Re: [pulseaudio-discuss] [PATCH] build: Fix static linking

2012-07-16 Thread Arun Raghavan
On Fri, 2012-07-13 at 09:32 +0200, Peter Meerwald wrote: > From: Peter Meerwald > > fixes bug #52038: > > gcc -static x.c `PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --static > --libs libpulse-simple` > > /usr/bin/ld: error: cannot find -lpulsecommon-2.98 > pulse/simple.c:373: error:

Re: [pulseaudio-discuss] [PATCH] pacmd: Display inputs and outputs PASSTHROUGH flag

2012-07-16 Thread Arun Raghavan
On Fri, 2012-07-13 at 17:38 +0200, Frédéric Dalleau wrote: > --- > src/pulsecore/cli-text.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) Out of curiosity, are you finding use for the passthrough flag? Ideally this should be superceded by the extended API that lets you actually

Re: [pulseaudio-discuss] Building PulseAudio 2.0 without a dependency on libstdc++

2012-07-16 Thread Arun Raghavan
On Mon, 2012-07-16 at 09:58 +0300, Rémi Denis-Courmont wrote: > Le lundi 16 juillet 2012 06:41:11 Louis Opter, vous avez écrit : > > How could I patch the Makefile to not link with the libstdc++ when > > WebRTC is not used? And, should I file a bug for this? > > You may be hitting a limitation of

Re: [pulseaudio-discuss] Microphone Array not listed as the Capture device !

2012-07-16 Thread Arun Raghavan
On Mon, 2012-07-16 at 14:54 -0400, Divya Sharma wrote: > Hi > > I have been trying to use Microphone Array in Kinect with pulseaudio > 0.9.21-63-gd3efa-dirty , ubuntu (10.04). I have installed the firmware > and changed alsa default profile to add 4-mic array as specified on > many related posts.

Re: [pulseaudio-discuss] [alsa-devel] Immediate underrun with PulseAudio ALSA plugin when PA and ALSA buffer sizes differ

2012-07-16 Thread Arun Raghavan
[x-posting back to pulseaudio-discuss since it's relevant to both lists] On Tue, 2012-07-17 at 09:38 +1200, Matthew Gregan wrote: > I'm investigating an issue in Firefox's audio code when the PulseAudio ALSA > plugin is in use. I posted about this on pulseaudio-discuss last week > (http://lists.f

Re: [pulseaudio-discuss] [RFC PATCH 0/4] PA2.0 UCM integration

2012-07-16 Thread Feng Wei
2012/7/17 Arun Raghavan : > On Fri, 2012-05-18 at 18:06 +0800, feng@linaro.org wrote: >> From: Feng Wei >> >> Here are patches for UCM integration, most features of pulseaudio >> are supported by alsa UCM configurations now. > > Thanks a lot for your work and patience -- I have now pushed the

Re: [pulseaudio-discuss] [PATCH v2 1/6] core: add ARM NEON optimized mono-to-stereo/stereo-to-mono remapping code

2012-07-16 Thread Arun Raghavan
On Fri, 2012-07-06 at 11:29 +0200, Peter Meerwald wrote: > Hello, > > > Can you give a status update: what remains to be done before these > > patches can be merged? > > I am glad you asked; I am working on a v3 these days to address the > following issues: Awesome! Looking forward to this. >

Re: [pulseaudio-discuss] [RFC PATCH 0/4] PA2.0 UCM integration

2012-07-16 Thread Arun Raghavan
On Fri, 2012-05-18 at 18:06 +0800, feng@linaro.org wrote: > From: Feng Wei > > Here are patches for UCM integration, most features of pulseaudio > are supported by alsa UCM configurations now. Thanks a lot for your work and patience -- I have now pushed the first two patches that make up the

Re: [pulseaudio-discuss] Building PulseAudio 2.0 without a dependency on libstdc++

2012-07-16 Thread Rémi Denis-Courmont
Le lundi 16 juillet 2012 06:41:11 Louis Opter, vous avez écrit : > How could I patch the Makefile to not link with the libstdc++ when > WebRTC is not used? And, should I file a bug for this? You may be hitting a limitation of automake. If there is any single .cpp file in the sources of a given ta