summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-08 17:25:16 +0300
committerLennart Poettering <lennart@poettering.net>2008-09-08 17:25:16 +0300
commitc7a77657ffe00b6d52a0c7e3d29f4fcf8537af5f (patch)
tree1ac05a5c37df435c164736b684903a926a733b8d /src/pulsecore/core.c
parent6b034f5bfd4a69d5795f2292014f902fd450a8a4 (diff)
parent821dc1797faa903618c7585d3c053fd7ae6e93db (diff)
Merge branch 'master' into master-tx
Diffstat (limited to 'src/pulsecore/core.c')
-rw-r--r--src/pulsecore/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/core.c b/src/pulsecore/core.c
index b9f04b68..bd956ae0 100644
--- a/src/pulsecore/core.c
+++ b/src/pulsecore/core.c
@@ -138,6 +138,7 @@ pa_core* pa_core_new(pa_mainloop_api *m, int shared) {
c->realtime_scheduling = FALSE;
c->realtime_priority = 5;
c->disable_remixing = FALSE;
+ c->disable_lfe_remixing = FALSE;
for (j = 0; j < PA_CORE_HOOK_MAX; j++)
pa_hook_init(&c->hooks[j], c);
@@ -204,6 +205,7 @@ static void exit_callback(pa_mainloop_api*m, pa_time_event *e, const struct time
pa_core *c = userdata;
pa_assert(c->exit_event == e);
+ pa_log_info("We are idle, quitting...");
pa_core_exit(c, TRUE, 0);
}