mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
module-match: Allow loading module more than once
As long as modules use different keys, multiple loading of this module should be safe. Even in case of same keys, either the pa_proplist_update should correctly update the property list based on the mode or for the volume writable case, the last rule should win. Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/942 Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/332>
This commit is contained in:
parent
71aa4720a4
commit
ea69288b76
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
PA_MODULE_AUTHOR("Lennart Poettering");
|
||||
PA_MODULE_DESCRIPTION("Playback stream expression matching module");
|
||||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||
PA_MODULE_LOAD_ONCE(true);
|
||||
PA_MODULE_LOAD_ONCE(false);
|
||||
PA_MODULE_USAGE("table=<filename> "
|
||||
"key=<property_key>");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue