[pulseaudio-commits] Changes to 'refs/tags/v2.99.3'

Arun Raghavan arun at kemper.freedesktop.org
Thu Dec 6 20:12:43 PST 2012


Tag 'v2.99.3' created by Arun Raghavan <arun.raghavan at collabora.co.uk> at 2012-12-07 03:30 -0800

PulseAudio 2.99.3 (3.0 RC3)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iQEcBAABAgAGBQJQwWMCAAoJEBjVq3EIiMl3uQsH/jlj83H0xKQS27gifnfKhjyF
pbLXBwePvRpN5XTdz4l4aSF6ohWwRGxgFbfO/E59j10olYqJzZR1WYAJnNBya7L3
i6uVaOAh/NepTsjmVZhYsP2ReZVthDYrre4pbQBWRH5Sc6Wsw1LHnH3lIEfAVu0j
SWANO/95o/kQJovPN1x80jBxJYfiBpfQ9I8RxTBgW3b8xucpcZUu6P+FfTXi13Wz
Lra6RKVcB94V6+ahqtyMzHABMVUCojftfwHf/QAdbX5ImiBKemt85FbNM+iMQ6Ou
f3t0yLtiwsmOpL808vtvWzHPzqJUWovc/A6FRO8iFwsSH76TIUfPniXhZEttiYQ=
=GLrh
-----END PGP SIGNATURE-----

Changes since v2.99.2:
Arun Raghavan (5):
      source-output: Fix volume fixup for rate update
      sink-input, source-output: Check rate update success for passthrough
      core: Remove bad free() call
      alsa: Try to support non-standard rates in alsa-sink/source
      build-sys: Bump soname

David Henningsson (2):
      alsa udev quirks: Add some more Dell devices to speaker whitelist
      alsa-mixer: Add Dell Inspiron One 2020 to mic whitelist

Juho Hämäläinen (1):
      stream-restore: Add missing method handler argument.

Mikel Astiz (9):
      bluetooth: Rename former device_is_audio()
      bluetooth: Run the discovery hook only when necessary
      bluetooth: Merge headset ports into one
      bluetooth: Disable profile auto-switch policy for headsets
      conf: Load bluetooth-policy module by default
      bluetooth: Trivially refactor to call setup_stream() directly
      bluetooth: Do not setup stream before thread starts
      bluetooth: Request headset audio during profile switch
      bluetooth: Fix unacquired transports during sink resume

Niels Ole Salscheider (1):
      virtual-surround: check if resampled memblock is not equal to input

Tanu Kaskinen (4):
      bluetooth: Add a pa_bluetooth_discovery pointer to pa_bluetooth_device.
      bluetooth: Ignore Device.Connected
      bluetooth: Add helper pa_bluetooth_device_any_audio_connected()
      bluetooth: Unload device module when no audio profiles connected

---
 configure.ac                                            |    2 
 src/daemon/default.pa.in                                |    4 
 src/modules/alsa/alsa-sink.c                            |    2 
 src/modules/alsa/alsa-source.c                          |    2 
 src/modules/alsa/alsa-util.c                            |   28 ++-
 src/modules/alsa/alsa-util.h                            |    2 
 src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules |   10 +
 src/modules/bluetooth/bluetooth-util.c                  |   82 +++++++---
 src/modules/bluetooth/bluetooth-util.h                  |    3 
 src/modules/bluetooth/module-bluetooth-device.c         |  122 ++++++++++++----
 src/modules/bluetooth/module-bluetooth-discover.c       |    5 
 src/modules/bluetooth/module-bluetooth-policy.c         |    4 
 src/modules/module-stream-restore.c                     |   11 -
 src/modules/module-virtual-surround-sink.c              |    6 
 src/pulsecore/core-util.c                               |    1 
 src/pulsecore/sink-input.c                              |    8 +
 src/pulsecore/source-output.c                           |   14 +
 17 files changed, 221 insertions(+), 85 deletions(-)
---


More information about the pulseaudio-commits mailing list