]> code.delx.au - pulseaudio/commit
conf: Make sure module-dbus-protocol is loaded after module-default-device-restore
authorDavid Henningsson <david.henningsson@canonical.com>
Wed, 14 Sep 2011 12:55:07 +0000 (14:55 +0200)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 15 Sep 2011 01:10:18 +0000 (06:40 +0530)
commit766dbc68388eed786f00524517cfe67c1b1585c2
tree1cb4dd42172fa184420fc256acc1ce9ea8c3735f
parentf8624a7876444ebb5587c1f1bc821ab5c3a2b639
conf: Make sure module-dbus-protocol is loaded after module-default-device-restore

module-dbus-protocol gets the default sink, which sets the default sink
if not already set. This is turn makes module-default-device-restore do
nothing.
To solve the problem, make sure module-default-device-restore is loaded
before module-dbus-protocol and not the other way around.

BugLink: http://bugs.launchpad.net/bugs/843780
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
src/daemon/default.pa.in
src/daemon/system.pa.in