[pulseaudio-commits] Changes to 'stable-2.x'
Arun Raghavan
arun at kemper.freedesktop.org
Tue Jul 3 05:54:42 PDT 2012
New branch 'stable-2.x' available with the following commits:
commit dd4c6bc45c50b95ba819e7d75294fb9ca1a5bf3a
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date: Tue Jul 3 18:11:54 2012 +0530
role-cork: Fix another minor leak
Credit to David for finding this one.
commit 700b86814b7533a92d29f02109381c56f3a820aa
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date: Tue Jul 3 17:52:36 2012 +0530
role-cork: Fix incorrect check at deinitialisation time
commit 8b7d613813fee38d6d9fbf68406d6ba97c29d8bb
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date: Wed Jun 13 16:29:35 2012 +0530
role-cork: Fix a minor leak
commit ea99b0fd2af1a79a2c7aa32fd982695867aef53a
Author: Deng Zhengrong <dzrongg at gmail.com>
Date: Sat Jun 23 19:16:26 2012 +0800
xen: add the HAVE_CONFIG_H macro guard
commit f231859ca9b6ed3fa244dcfdc3b462fed2c071ce
Author: Eero Nurkkala <eero.nurkkala at offcode.fi>
Date: Thu May 31 10:44:23 2012 +0300
alsa-source: add missing header 'signal.h'
Compilation with -DDEBUG_TIMING fails due to a missing header:
modules/alsa/alsa-source.c: In function 'check_left_to_record':
modules/alsa/alsa-source.c:426:9: warning: implicit declaration of function 'raise' [-Wimplicit-function-declaration]
modules/alsa/alsa-source.c:426:9: error: 'SIGTRAP' undeclared (first use in this function)
Signed-off-by: Eero Nurkkala <eero.nurkkala at offcode.fi>
commit 322d4a6bfbf0f851a0d033f2cfb926b49ac84278
Author: Eero Nurkkala <eero.nurkkala at offcode.fi>
Date: Thu May 31 10:44:22 2012 +0300
alsa-sink: add missing header 'signal.h'
Compilation with -DDEBUG_TIMING fails due to a missing header:
modules/alsa/alsa-sink.c: In function 'check_left_to_play':
modules/alsa/alsa-sink.c:453:9: warning: implicit declaration of function 'raise' [-Wimplicit-function-declaration]
modules/alsa/alsa-sink.c:453:9: error: 'SIGTRAP' undeclared (first use in this function)
Signed-off-by: Eero Nurkkala <eero.nurkkala at offcode.fi>
commit 1a9a4076a2548dda75daa67db0b4f71821a98091
Author: Jarkko Suontausta <jarkko.suontausta at digia.com>
Date: Tue May 22 15:58:33 2012 +0300
bluetooth: Release transport when the pa_rtpoll_run loop finishes.
Based on a patch by Marko Ollonen.
commit 2e64edbd3e12145950ccd952bb7984a4420b8c02
Author: Marc-Antoine Perennou <Marc-Antoine at Perennou.com>
Date: Thu May 17 22:50:22 2012 +0200
udev: Don't use deprecated udev_get_*_path() functions
[These symbols were removed in libudev.so.1.0.0. Replace them with
hardcoded strings. -- heftig]
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine at Perennou.com>
commit ac1a466f219389e543e2edd75dd5ea6cb86ef3f7
Author: David Henningsson <david.henningsson at canonical.com>
Date: Fri May 18 22:29:41 2012 +0200
once: Fix race causing pa_once to sometimes run twice
There was a race in the existing code that could cause the pa_once code
to be run twice, see:
http://lists.freedesktop.org/archives/pulseaudio-discuss/2012-April/013354.html
Therefore the existing implementation was rewritten to instead look like
the reference implementation here:
http://www.hpl.hp.com/research/linux/atomic_ops/example.php4
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
commit 1c055d70b09fd63156cdc8a49989977031e0f4af
Author: Frédéric Danis <frederic.danis at linux.intel.com>
Date: Tue May 15 15:55:36 2012 +0200
bluetooth: Fix crash on disconnection
When a Bluetooth headset is connected only to HFP profile (not connected
to A2DP) and host streams to it, a crash occurs if host disconnects.
When HFP disconnects, audio thread will fail on POLLHUP then generate
a message to set PA profile to Off before ending.
If this message is managed before PA unload bluetooth device module,
all works fine.
But, if this message is managed during module unload, this finish by
re-entrance in release code (stop_thread) and a crash.
This fix prevents to process profile change when module is unloading.
commit 3643966f676c5084574811ee5c61e6c3b1383575
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue May 15 14:12:38 2012 +0200
util: use the return value of gethosid() as fallback, not the address of the function
Yikes!
commit 3de505708a362211f8f79e45e9fc87a000279d1b
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date: Mon May 14 12:21:45 2012 +0530
sink-input,source-output: Avoid unneccessary rate updates
This makes sure we only call sink/source update_rate() if the stream
being woken up has a sample spec that doesn't match the corresponding
device'.
https://bugs.freedesktop.org/show_bug.cgi?id=49875
commit 3821f83f158cca8682b247ca1782d0ed1b675156
Author: poljar <poljarinho at gmail.com>
Date: Sun May 6 16:10:51 2012 +0200
pacmd: Added --help and --version descriptions to the man page.
The pacmd man page should show the available options. A simple
description for the --version and --help option was added.
More information about the pulseaudio-commits
mailing list