[pulseaudio-commits] Changes to 'refs/tags/v2.1'
Arun Raghavan
arun at kemper.freedesktop.org
Thu Jul 19 05:12:47 PDT 2012
Tag 'v2.1' created by Arun Raghavan <arun.raghavan at collabora.co.uk> at 2012-07-19 12:29 -0700
PulseAudio 2.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iQEcBAABAgAGBQJQB++wAAoJEBjVq3EIiMl3588H/jBDUXD1g/EDAZfAOKJ+4qM8
g16kFPB0ND5BuZEXHbAhq4TvVHmF43YKGI0QbWiNBnaqDVBF5qJ6FrfWO6UYU4c+
Vcr+Q8/iICYu1pnn+8+5ca439RhBfR/iFTGArnRwz7dMNIAdDwkoQz3LK7m/Crx6
KheDtKQljk1DQJLRSrQ7wH4KKYScccKRvMrrjFTz87YBzs+daECVG8x6sFKzQU8v
jWZMALh+q68Ryji6+LI7dZSqEZNP9v8yurY3nT76iB4ySw5yXvDApttan8wztSCq
l/J/3OO4c5Hyp7DNQa6NwFxc/xptzUrg3hHkwXo7Lot85XSMYpLOs0RyvG4IFLE=
=YTKG
-----END PGP SIGNATURE-----
Changes since v2.0:
Arun Raghavan (7):
sink-input,source-output: Avoid unneccessary rate updates
role-cork: Fix a minor leak
role-cork: Fix incorrect check at deinitialisation time
role-cork: Fix another minor leak
build: Avoid libstdc++ dep for module-echo-cancel if possible
build: Bump soname
build: Fix distcheck failure on libwebrtc-util
David Henningsson (5):
once: Fix race causing pa_once to sometimes run twice
alsa-mixer: Add special profiles for some laptops missing speaker and/or internal mic
alsa-mixer: Always turn "Inverted Internal Mic" off
alsa-mixer: Add "Front Headphone" jack
alsa-mixer: Add "Front Headphone Jack" (fixup)
Deng Zhengrong (1):
xen: add the HAVE_CONFIG_H macro guard
Eero Nurkkala (2):
alsa-sink: add missing header 'signal.h'
alsa-source: add missing header 'signal.h'
Frédéric Danis (1):
bluetooth: Fix crash on disconnection
Jarkko Suontausta (1):
bluetooth: Release transport when the pa_rtpoll_run loop finishes.
Lennart Poettering (1):
util: use the return value of gethosid() as fallback, not the address of the function
Marc-Antoine Perennou (1):
udev: Don't use deprecated udev_get_*_path() functions
poljar (1):
pacmd: Added --help and --version descriptions to the man page.
---
configure.ac | 2
man/pacmd.1.xml.in | 18 +
src/Makefile.am | 18 +
src/modules/alsa/alsa-sink.c | 1
src/modules/alsa/alsa-source.c | 1
src/modules/alsa/mixer/paths/analog-input-internal-mic-always.conf | 135 ++++++++++
src/modules/alsa/mixer/paths/analog-input-mic.conf.common | 4
src/modules/alsa/mixer/paths/analog-output-headphones.conf | 3
src/modules/alsa/mixer/paths/analog-output-speaker-always.conf | 127 +++++++++
src/modules/alsa/mixer/paths/analog-output-speaker.conf | 4
src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules | 48 +++
src/modules/alsa/mixer/profile-sets/force-speaker-and-int-mic.conf | 122 +++++++++
src/modules/alsa/mixer/profile-sets/force-speaker.conf | 121 ++++++++
src/modules/bluetooth/module-bluetooth-device.c | 29 +-
src/modules/module-role-cork.c | 16 -
src/modules/module-udev-detect.c | 9
src/modules/udev-util.c | 4
src/modules/xen/module-xenpv-sink.c | 4
src/pulsecore/core-util.c | 2
src/pulsecore/once.c | 43 ---
src/pulsecore/once.h | 8
src/pulsecore/sink-input.c | 3
src/pulsecore/source-output.c | 3
23 files changed, 660 insertions(+), 65 deletions(-)
---
More information about the pulseaudio-commits
mailing list