Re: [pulseaudio-discuss] Assertion '(size_t) decoded == a2dp-frame_length' failed at modules/bluetooth/module-bluetooth-device

2011-05-15 Thread Luiz Augusto von Dentz
Hi, On Thu, May 12, 2011 at 5:17 PM, h.pa...@accenture.com wrote: Hello Becker, Thanks for the reply. I am getting the following error if I remove --system ~ # pulseaudio -n -F /etc/pulse/default.pa W: main.c: Couldn't canonicalize binary path, cannot self execute. W: main.c: This

Re: [pulseaudio-discuss] review+pull-request: Passthrough support

2011-05-15 Thread Colin Guthrie
'Twas brillig, and Arun Raghavan at 15/05/11 05:41 did gyre and gimble: On Tue, 2011-05-03 at 09:25 +0100, Colin Guthrie wrote: 'Twas brillig, and Arun Raghavan at 02/05/11 07:49 did gyre and gimble: In e193c2bf55326a48e2297bcacadc9d1848a40d7d and 948d0f19bef353208ffb5b1b8c520b6b489b94a6 Can

Re: [pulseaudio-discuss] [PATCH 1/4] protocol-native: Stop auto timing updates if connected to suspended sink or source

2011-05-15 Thread Colin Guthrie
'Twas brillig, and o...@iki.fi at 08/04/11 15:18 did gyre and gimble: From: Jyri Sarha jyri.sa...@nokia.com This quite is an old patch. It was added to N900 to avoid unnecessary wake-ups when the phone is in power save mode (= blank screen and no user interaction). In this situation if the

Re: [pulseaudio-discuss] [PATCH 4/4] alsa-mixer: Add force-hw-volume flag to alsa profile sets

2011-05-15 Thread Colin Guthrie
'Twas brillig, and Jyri Sarha at 11/04/11 10:19 did gyre and gimble: On Sat, 09 Apr 2011 20:20:40 +0200, David Henningsson david.hennings...@canonical.com wrote: On 2011-04-08 17:18, Colin Guthrie wrote: 'Twas brillig, and o...@iki.fi at 08/04/11 15:18 did gyre and gimble: From: Jyri

Re: [pulseaudio-discuss] [PATCH 2/4] suspend-on-idle: Trigger mempool vacuuming

2011-05-15 Thread Colin Guthrie
'Twas brillig, and o...@iki.fi at 08/04/11 15:18 did gyre and gimble: From: Jyri Sarha jyri.sa...@nokia.com In a setup with one or more filter sinks or sources there is always at least one stream existing. In such a situation normal mempool vacuuming never happens. This patch causes

Re: [pulseaudio-discuss] [PATCH] loopback: Add a modarg for disabling remixing.

2011-05-15 Thread Colin Guthrie
Thought this one may be coming :) In my tree now. Cheers Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseaudio.org/]

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add missing return statement.

2011-05-15 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 14/05/11 13:37 did gyre and gimble: --- src/modules/bluetooth/module-bluetooth-device.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/modules/bluetooth/module-bluetooth-device.c

[pulseaudio-discuss] [PATCH] alsa-mixer: When setting hw volume, round always up with playback and always down with capture.

2011-05-15 Thread Tanu Kaskinen
This was discussed on the mailing list: https://tango.0pointer.de/pipermail/pulseaudio-discuss/2011-May/010091.html --- src/modules/alsa/alsa-mixer.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c index

Re: [pulseaudio-discuss] Reverting ade0a6f88464d8aecf83982d400ccfc402341920

2011-05-15 Thread Mark Brown
On Fri, May 13, 2011 at 10:11:55PM +0200, David Henningsson wrote: We want to maximise quality while avoiding digital distortion, that's basically the problem in a nutshell. We're assuming (sometimes incorrectly; but that's our best guess) that this golden spot will be achieved with

Re: [pulseaudio-discuss] [PATCH] loopback: Add a modarg for disabling remixing.

2011-05-15 Thread Colin Guthrie
'Twas brillig, and Paul Menzel at 15/05/11 23:17 did gyre and gimble: Am Sonntag, den 15.05.2011, 15:12 +0100 schrieb Colin Guthrie: Thought this one may be coming :) In my tree now. Does some documentation need to be added? Yeah the modules page on the wiki could always do with updating