[pulseaudio-discuss] [PATCH 3/5] alsa-sink: Add locking to protect concurrent mixer and mixer_path access

2010-02-28 Thread Jyri Sarha
From: Jyri Sarha jyri.sa...@nokia.com --- src/modules/alsa/alsa-sink.c | 55 ++--- 1 files changed, 51 insertions(+), 4 deletions(-) diff --git a/src/modules/alsa/alsa-sink.c b/src/modules/alsa/alsa-sink.c index 45ba24a..43b0b09 100644 ---

[pulseaudio-discuss] [PATCH 0/5] Synchronize HW and SW volume timing

2010-02-28 Thread Jyri Sarha
From: Jyri Sarha jyri.sa...@nokia.com The first patch here is part of Maemo Fremantle release, so has gone trough considerable amount of testing already. However, the adaptation on top of the latest upstream is fairly recent. Jyri Sarha (5): core: Add infrastructure for delayed HW volume

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

2010-02-28 Thread Jyri Sarha
From: Jyri Sarha jyri.sa...@nokia.com --- src/modules/module-udev-detect.c | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/modules/module-udev-detect.c b/src/modules/module-udev-detect.c index 7695d3c..205c737 100644 ---

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

2010-02-28 Thread Jyri Sarha
From: Jyri Sarha jyri.sa...@nokia.com --- src/modules/alsa/alsa-mixer.c | 38 +--- src/modules/alsa/alsa-mixer.h |2 +- src/modules/alsa/alsa-sink.c| 81 +++--- src/modules/alsa/alsa-source.c |2 +-

[pulseaudio-discuss] [PATCH 1/5] core: Add infrastructure for delayed HW volume setting

2010-02-28 Thread Jyri Sarha
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

[pulseaudio-discuss] [PATCH 5/5] alsa-card: Add sync_volume parameter

2010-02-28 Thread Jyri Sarha
From: Jyri Sarha jyri.sa...@nokia.com --- src/modules/alsa/module-alsa-card.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/modules/alsa/module-alsa-card.c b/src/modules/alsa/module-alsa-card.c index 6bea33d..8e613e7 100644 ---

Re: [pulseaudio-discuss] Failure to create alsa source

2010-02-28 Thread Lennart Poettering
On Sat, 27.02.10 02:43, Jenn and Alan Atherton (theathert...@gmail.com) wrote: Hello, I am having trouble getting the microphone on my webcam to work with pulse. What's odd is that it works just fine with ALSA, and pulse sees the device (and gives it a mono input profile), but at some point

Re: [pulseaudio-discuss] Failure to create alsa source

2010-02-28 Thread Jenn and Alan Atherton
On Sun, Feb 28, 2010 at 3:07 PM, Lennart Poettering lenn...@poettering.netwrote: On Sat, 27.02.10 02:43, Jenn and Alan Atherton (theathert...@gmail.com) wrote: Hello, I am having trouble getting the microphone on my webcam to work with pulse. What's odd is that it works just fine with