summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pulse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulse.c b/src/pulse.c
index 06e5874..35f2716 100644
--- a/src/pulse.c
+++ b/src/pulse.c
@@ -270,6 +270,8 @@ int driver_open(ca_context *c) {
return ret;
}
+ strip_prefix(l, "canberra.");
+
if (!(p->context = pa_context_new_with_proplist(pa_threaded_mainloop_get_api(p->mainloop), "libcanberra", l))) {
pa_proplist_free(l);
driver_destroy(c);