Package: pulseaudio / 12.2-4+deb10u1

Metadata

Package Version Patches format
pulseaudio 12.2-4+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
volume test.patch | (download)

src/tests/volume-test.c | 14 6 + 8 - 0 !
1 file changed, 6 insertions(+), 8 deletions(-)

 allow rounding without having to allow a random number of errors
 in tests/volume-test.c
Bug: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/559
alsa mixer Update to support Arctis Pro Wireless headset.patch | (download)

src/modules/alsa/mixer/paths/steelseries-arctis-input.conf | 3 2 + 1 - 0 !
src/modules/alsa/mixer/paths/steelseries-arctis-output-mono.conf | 10 5 + 5 - 0 !
src/modules/alsa/mixer/paths/steelseries-arctis-output-stereo.conf | 10 5 + 5 - 0 !
src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules | 5 5 + 0 - 0 !
src/modules/alsa/mixer/profile-sets/steelseries-arctis-usb-audio.conf | 10 5 + 5 - 0 !
5 files changed, 22 insertions(+), 16 deletions(-)

 alsa-mixer: update to support arctis pro wireless headset

The Arctis 7 configuration can be used as is - the ALSA PCM and mixer
interfaces are the same.

alsa mixer Add support for 2018 Arctis 7.patch | (download)

src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 alsa-mixer: add support for 2018 arctis 7


Don t compile with ffast math.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't compile with -ffast-math

This flag results in calls to (at least) isfinite() and isnan() becoming
skipped, and a constant false returned.

sink source Don t change suspend cause when unlinking.patch | (download)

src/pulsecore/sink.c | 6 5 + 1 - 0 !
src/pulsecore/source.c | 6 5 + 1 - 0 !
2 files changed, 10 insertions(+), 2 deletions(-)

 sink, source: don't change suspend cause when unlinking

See the added comments for why this is necessary.

Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/667
(cherry picked from commit 7fb85e0a5bfdec339fda9f7584f65cf9ddbd50a1)