[pulseaudio-commits] Changes to 'stable-7.x'

Arun Raghavan arun at kemper.freedesktop.org
Fri Oct 30 05:49:56 PDT 2015


New branch 'stable-7.x' available with the following commits:
commit a8f8accd5398868548a973b386ee3108f3441641
Author: Arun Raghavan <git at arunraghavan.net>
Date:   Fri Oct 30 18:12:03 2015 +0530

    doc: Update NEWS for 7.1 release

commit 86f172ffeeb46aafdf407deb1b9d939fe6a527ff
Author: Tanu Kaskinen <tanuk at iki.fi>
Date:   Fri Oct 23 13:56:40 2015 +0300

    alsa-ucm: fix pa_device_port.profiles leak
    
    pa_device_port.profiles is initialized in pa_device_port_new(), so no
    need to do that in alsa-ucm.c.

commit 4e2fae5719faf478eda5ac4d9aed3dd29c1c26a9
Author: Georg Chini <georg at chini.tk>
Date:   Sat Oct 24 13:00:39 2015 +0200

    null-sink: correct update of timestamp when state changes to RUNNING or IDLE
    
    u->timestamp should be reset to "now" when the sink state changes from
    INIT or SUSPENDED to IDLE or RUNNING.
    Thanks to Olivier Delbeke for reporting the bug and testing the patch.
    Bug report is here:
    http://lists.freedesktop.org/archives/pulseaudio-discuss/2015-October/024553.html

commit c01e70ec67807bd3b6f6e330fd498353562c3d8c
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Mon Oct 19 11:16:37 2015 +0200

    alsa-mixer: Ignore volume with unexpected number of channels
    
    We currently only support one and two channels for volumes, and
    bail out otherwise. This makes Xonar users unhappy because they
    have a volume with eight channels, and bailing out means they
    don't have a path/port at all.
    
    This way they will at least have a port, which will in turn make
    the gnome/unity UI behave better.
    
    BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=84983
    BugLink: https://bugzilla.gnome.org/show_bug.cgi?id=745017
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

commit 2354dd47acb346c3eca288611ae1b1edaa05a6e3
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Fri Oct 16 22:12:32 2015 +0200

    pstream: Fix use-after-free in srb_callback
    
    We need to guard the pstream with an extra ref to ensure
    it is not destroyed at the time we check whether or not the
    srbchannel is destroyed.
    
    Reported-by: Takashi Iwai <tiwai at suse.de>
    BugLink: http://bugzilla.opensuse.org/show_bug.cgi?id=950487
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

commit 9c6541e84dda1cf2b89fc97f568c2ad4f5ae8ae4
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Mon Sep 28 15:41:15 2015 +0200

    shm: Warn on not being able to open shm files
    
    With the exception of when trying to clean up shm files,
    it's useful to warn if opening them fails, regardless of reason.
    
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

commit 42f6f3080c5c74f5a8819fb808c601dc4f6c8c38
Author: Tanu Kaskinen <tanuk at iki.fi>
Date:   Sun Sep 27 16:48:18 2015 +0300

    build-sys: fix the default bash completion directory
    
    If bashcompletiondir was empty, the check didn't catch that. As
    a result, the symlinks that were supposed to be generated in the
    completion directory were created in the root directory.

commit e4cfeddb2b3187549e6d00ad02ab97cf7d7affe9
Author: Tanu Kaskinen <tanuk at iki.fi>
Date:   Fri Sep 18 09:59:45 2015 +0300

    alsa-mixer: Add "Dock Line Out" jack handling to analog-output-speaker-always
    
    The jack is already in analog-output-speaker, so let's have the same
    handling in analog-output-speaker-always too.

commit a885f8b603e73035d019a63658dff8b918dcdf69
Author: Takashi Iwai <tiwai at suse.de>
Date:   Mon Jun 15 17:06:41 2015 +0200

    alsa-mixer: Recognize "Dock Line Out" jack
    
    Some machines provide "Dock Line Out Jack" control that should be
    handled like a normal line out.
    
    Signed-off-by: Takashi Iwai <tiwai at suse.de>

commit 2b2349817f97d3f5f0ff44f421154624143b369c
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Tue Sep 15 13:09:14 2015 +0200

    alsa-mixer: Add "Mic Boost" and "Line Boost" to analog-input.conf
    
    I'm not sure how much they are needed nowadays with the latest
    changes to the subset elimination (I found this while
    researching a bug on an older PA version), but I guess they could
    be added for consistency at least.
    
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

commit 18d851500fd8f431b6e541e6d88d4627ae106697
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Aug 13 19:58:28 2015 -0300

    pulseaudio.1: document that systemd notification only works without daemonization

commit 63b51b519235181deb4b50fba628585a716777fa
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Aug 13 19:58:27 2015 -0300

    daemon: Use Type=notify for systemd service
    
    This ensures systemd knows when pulseaudio finishes loading, thus never
    marking pulseaudio as active if startup fails.



More information about the pulseaudio-commits mailing list