[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-test5-80-g3813034

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Mar 25 15:49:50 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  39576ec829b7576d4ab240526bc6cd76dae5c35b (commit)

- Log -----------------------------------------------------------------
3813034 add missing initialization
cbbd986 make sure the discovery module is only loaded once
-----------------------------------------------------------------------

Summary of changes:
 src/modules/bluetooth/module-bluetooth-discover.c |    1 +
 src/pulsecore/card.c                              |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------

commit cbbd98635a5c3a1c73aa8f3423d2e78910981606
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Mar 25 23:49:09 2009 +0100

    make sure the discovery module is only loaded once

diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c
index da0fe93..3288cc5 100644
--- a/src/modules/bluetooth/module-bluetooth-discover.c
+++ b/src/modules/bluetooth/module-bluetooth-discover.c
@@ -43,6 +43,7 @@ PA_MODULE_AUTHOR("Joao Paulo Rechi Vita");
 PA_MODULE_DESCRIPTION("Detect available bluetooth audio devices and load bluetooth audio drivers");
 PA_MODULE_VERSION(PACKAGE_VERSION);
 PA_MODULE_USAGE("async=<Asynchronous initialization?>");
+PA_MODULE_LOAD_ONCE(TRUE);
 
 /*
 #ifdef NOKIA

commit 3813034cef15696f026c6426213999c8b55806bd
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Mar 25 23:49:26 2009 +0100

    add missing initialization

diff --git a/src/pulsecore/card.c b/src/pulsecore/card.c
index f268f7c..8101a92 100644
--- a/src/pulsecore/card.c
+++ b/src/pulsecore/card.c
@@ -141,6 +141,7 @@ pa_card *pa_card_new(pa_core *core, pa_card_new_data *data) {
     data->profiles = NULL;
 
     c->active_profile = NULL;
+    c->save_profile = FALSE;
 
     if (data->active_profile && c->profiles)
         if ((c->active_profile = pa_hashmap_get(c->profiles, data->active_profile)))

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list