mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
match: document how broken the module-match logic is
This commit is contained in:
parent
cfef930036
commit
5207e19142
1 changed files with 3 additions and 0 deletions
|
|
@ -243,6 +243,9 @@ int pa__init(pa_module*m) {
|
|||
if (load_rules(u, pa_modargs_get_value(ma, "table", NULL)) < 0)
|
||||
goto fail;
|
||||
|
||||
/* FIXME: Doing this asynchronously is just broken. This needs to
|
||||
* use a hook! */
|
||||
|
||||
u->subscription = pa_subscription_new(m->core, PA_SUBSCRIPTION_MASK_SINK_INPUT, callback, u);
|
||||
|
||||
pa_modargs_free(ma);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue