~canonical-hwe-team/hwe-next/+git/pulseaudio:0.9.19-stable

Last commit made on 2009-11-11
Get this branch:
git clone -b 0.9.19-stable https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/pulseaudio

Branch merges

Branch information

Name:
0.9.19-stable
Repository:
lp:~canonical-hwe-team/hwe-next/+git/pulseaudio

Recent commits

2c12df9... by Lennart Poettering <email address hidden>

core: make cpuid code compile cleanly with 32bit PIC

ed5af77... by Lennart Poettering <email address hidden>

core: adjust volume only when there is actually a memory block

Fixes an assert that is hit in somne niche cases:

https://bugzilla.redhat.com/show_bug.cgi?id=533482

9ad5671... by Wim Taymans <email address hidden>

protocol: use the right sample rate for sources

Use the correct sample rate for reporting about the timing.

409a9d0... by Lennart Poettering <email address hidden>

jack: never try to autoconnect to MIDI ports

Original patch supplied by 'adi'

http://pulseaudio.org/ticket/669

75f3b19... by Lennart Poettering <email address hidden>

man: fix build with --disable-manpages

http://pulseaudio.org/ticket/698

3b25302... by Lennart Poettering <email address hidden>

alsa: disable timer-based scheduling inside a VM

In virtual machines sound card clocks and OS scheduling tend to become
unreliable, adding various 'uneven' latencies. The adaptive algorithm
that handles drop-outs does not handle it this well: in contrast to
drop-outs on real machines that are evenly distributed, small and can
easily be encountered via the adpative algorithms, drop-outs in VMs tend
to happen abruptly, and massively, which is not easy to counter.

This patch simply disables timer based scheduling in VMs reverting to
classic IO based scheduling. This should help make PA perform better in
VMs.

https://bugzilla.redhat.com/show_bug.cgi?id=532775

5da0297... by Lennart Poettering <email address hidden>

daemon: during startup say whether we run in a VM

1460374... by Lennart Poettering <email address hidden>

core-util: add call to detect if we are called from within a VM

b47a9e7... by Lennart Poettering <email address hidden>

alsa: introduce more standard path names

ab573f2... by Lennart Poettering <email address hidden>

alsa: cover 'Analog Output' control

http://pulseaudio.org/ticket/702