mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Revert "Warn on loading module-dbus-protocol"
This reverts commit e2a433b222.
Events are now handled using hooks instead of asynchronous subscription
system.
This commit is contained in:
parent
43f5a00fcb
commit
2a33abb156
1 changed files with 0 additions and 5 deletions
|
|
@ -527,11 +527,6 @@ int pa__init(pa_module *m) {
|
||||||
|
|
||||||
pa_assert(m);
|
pa_assert(m);
|
||||||
|
|
||||||
pa_log_warn("module-dbus-protocol is currently unsupported, and can sometimes cause PulseAudio crashes.");
|
|
||||||
pa_log_warn("The most popular use cases for module-dbus-protocol are related to changing "
|
|
||||||
"equalizer settings and LADSPA plugin parameters at runtime.");
|
|
||||||
pa_log_warn("If you don't use such functionality, it's possible that you don't actually need this module.");
|
|
||||||
|
|
||||||
if (!(ma = pa_modargs_new(m->argument, valid_modargs))) {
|
if (!(ma = pa_modargs_new(m->argument, valid_modargs))) {
|
||||||
pa_log("Failed to parse module arguments.");
|
pa_log("Failed to parse module arguments.");
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue