Re: [pulseaudio-discuss] [PATCH] SSE/MMX/ARM: Fix high frequency noise with unusual number of channels

2010-10-13 Thread David Henningsson
We have got three confirmations that the patch is working in the bug below, so I believe it can be safely applied to both master and stable-queue. On 2010-10-08 19:00, David Henningsson wrote: I would kindly ask for comments for this patch before applying, just double-check that I thought the

Re: [pulseaudio-discuss] [PATCH] SSE/MMX/ARM: Fix high frequency noise with unusual number of channels

2010-10-13 Thread Colin Guthrie
'Twas brillig, and David Henningsson at 13/10/10 07:27 did gyre and gimble: We have got three confirmations that the patch is working in the bug below, so I believe it can be safely applied to both master and stable-queue. Great! Would you mind respinning the patch with a couple more inline

Re: [pulseaudio-discuss] [PATCH] doxygen doc updates

2010-10-13 Thread Colin Guthrie
'Twas brillig, and David Fries at 13/10/10 03:38 did gyre and gimble: I fixed some doxygen documentation comment typos and grammar. This also adds for exaple 'See also Audio Streams' in stream_8h.html to the overview for Audio Streams to make it easier to get to the overview of those

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for Media API

2010-10-13 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 11/10/10 14:05 did gyre and gimble: 'Twas brillig, and Luiz Augusto von Dentz at 11/10/10 13:45 did gyre and gimble: The following changes since commit 3de129f3ac8dd6cf51178b266837db4d5e4a1215: introspect: Include whether a stream is corked in the info

Re: [pulseaudio-discuss] [PATCH] SSE/MMX/ARM: Fix high frequency noise with unusual number of channels

2010-10-13 Thread David Henningsson
On 2010-10-13 09:53, Colin Guthrie wrote: 'Twas brillig, and David Henningsson at 13/10/10 07:27 did gyre and gimble: We have got three confirmations that the patch is working in the bug below, so I believe it can be safely applied to both master and stable-queue. Great! Would you mind

Re: [pulseaudio-discuss] accessing native ALSA directly while pulseaudio is running

2010-10-13 Thread Christoph Groth
Ng Oon-Ee ngoo...@gmail.com writes: On Tue, 2010-10-12 at 22:47 +0200, Christoph Groth wrote: Now I wonder, is it possible to have some applications accessing the native ALSA device while pulseaudio is running? Basically, no, the sound-card cannot be shared that way. Perhaps if you use

Re: [pulseaudio-discuss] accessing native ALSA directly while pulseaudio is running

2010-10-13 Thread Christoph Groth
Luke Yelavich them...@ubuntu.com writes: On Wed, Oct 13, 2010 at 09:09:42AM EST, Ng Oon-Ee wrote: On Tue, 2010-10-12 at 22:47 +0200, Christoph Groth wrote: Now I wonder, is it possible to have some applications accessing the native ALSA device while pulseaudio is running? Basically, no,

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for Media API

2010-10-13 Thread Luiz Augusto von Dentz
Hi, On Wed, Oct 13, 2010 at 11:40 AM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Colin Guthrie at 11/10/10 14:05 did gyre and gimble: 'Twas brillig, and Luiz Augusto von Dentz at 11/10/10 13:45 did gyre and gimble: The following changes since commit

Re: [pulseaudio-discuss] [PATCH] SSE/MMX/ARM: Fix high frequency noise with unusual number of channels

2010-10-13 Thread Colin Guthrie
'Twas brillig, and David Henningsson at 13/10/10 10:18 did gyre and gimble: On 2010-10-13 09:53, Colin Guthrie wrote: 'Twas brillig, and David Henningsson at 13/10/10 07:27 did gyre and gimble: We have got three confirmations that the patch is working in the bug below, so I believe it can be

[pulseaudio-discuss] [PATCH 5/5] man: sync_volume parameters to manual page

2010-10-13 Thread o...@iki.fi
From: Jyri Sarha jyri.sa...@nokia.com Signed-off-by: Jyri Sarha jyri.sa...@nokia.com Reviewed-by: Tanu Kaskinen tanu.kaski...@digia.com --- man/pulse-daemon.conf.5.xml.in | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git

[pulseaudio-discuss] [PATCH 0/5] HW and SW volume syncronization in IO-thread

2010-10-13 Thread oku
From: Jyri Sarha jyri.sa...@nokia.com The first patch in the set gives sink implementor a possibility to synchronize HW and SW volume usage in IO-thread. The remaining patches implement the synchronization for the alsa-sink and add the necessary module parameters and defaults for them in daemon

[pulseaudio-discuss] [PATCH 3/5] udev-detect: Add sync_volume parameter

2010-10-13 Thread o...@iki.fi
From: Jyri Sarha jyri.sa...@nokia.com Signed-off-by: Jyri Sarha jyri.sa...@nokia.com Reviewed-by: Tanu Kaskinen tanu.kaski...@digia.com --- src/modules/module-udev-detect.c | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/modules/module-udev-detect.c

[pulseaudio-discuss] [PATCH 4/5] daemon-conf: Add sync volume parameters to daemon-conf

2010-10-13 Thread o...@iki.fi
From: Jyri Sarha jyri.sa...@nokia.com Signed-off-by: Jyri Sarha jyri.sa...@nokia.com Reviewed-by: Tanu Kaskinen tanu.kaski...@digia.com --- src/daemon/daemon-conf.c |9 + src/daemon/daemon-conf.h |5 - src/daemon/daemon.conf.in|4

[pulseaudio-discuss] [PATCH 2/5] alsa: Take syncronized HW volume infra into use for alsa-sink

2010-10-13 Thread o...@iki.fi
From: Jyri Sarha jyri.sa...@nokia.com Signed-off-by: Jyri Sarha jyri.sa...@nokia.com Reviewed-by: Tanu Kaskinen tanu.kaski...@digia.com --- src/modules/alsa/alsa-mixer.c | 117 ++-- src/modules/alsa/alsa-mixer.h |9 ++- src/modules/alsa/alsa-sink.c

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

2010-10-13 Thread o...@iki.fi
From: Jyri Sarha jyri.sa...@nokia.com To make concurrent use of SW and HW volume glitchles their application needs to be synchronized. For accurate synchronization the HW volume needs to be applied in IO thread. This patch adds infrastructure to delay the applying of HW volume to match with SW