[pulseaudio-discuss] [PATCH 2/2] Warn on loading module-dbus-protocol

2014-12-04 Thread Alexander E. Patrakov
See also https://www.mail-archive.com/ubuntu-audio-dev@lists.launchpad.net/msg00268.html The warning may be useful for users who carried over the module-loading statement from default configuration files shipped with old PulseAudio versions. Signed-off-by: Alexander E. Patrakov

[pulseaudio-discuss] [PATCH 1/2] Warn on loading module-equalizer-sink

2014-12-04 Thread Alexander E. Patrakov
See objections to the code in this email: http://lists.freedesktop.org/archives/pulseaudio-discuss/2014-March/020174.html Signed-off-by: Alexander E. Patrakov patra...@gmail.com --- src/modules/module-equalizer-sink.c | 4 1 file changed, 4 insertions(+) diff --git

[pulseaudio-discuss] PULSE_MEMPOOL_DISABLE=1 is incompatible with srbchannel

2014-12-04 Thread Alexander E. Patrakov
Hello. I am still trying to valgrind pulseaudio. The previous attempt yielded nothing about the bug that I was trying to debug, but found a Bluetooth issue. This time, I thought that maybe some memory pool or flist was causing valgrind to mistakenly consider the samples to be properly

Re: [pulseaudio-discuss] PULSE_MEMPOOL_DISABLE=1 is incompatible with srbchannel

2014-12-04 Thread David Henningsson
On 2014-12-04 18:54, Alexander E. Patrakov wrote: Hello. I am still trying to valgrind pulseaudio. The previous attempt yielded nothing about the bug that I was trying to debug, but found a Bluetooth issue. This time, I thought that maybe some memory pool or flist was causing valgrind to

Re: [pulseaudio-discuss] [PATCH] srbchannel: Check return value of pa_memblock_new_pool

2014-12-04 Thread Alexander E. Patrakov
05.12.2014 02:06, David Henningsson wrote: In case PA_MEMPOOL_DISABLE is set, pa_memblock_new_pool can return NULL. It does not make sense to set up a srbchannel without a shared memory pool, so just fail in this case. The patch indeed avoids the assertion failure. Thanks! Reported-by: