mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pactl: Add unloading modules by name.
pactl should allow unloading modules by name. If there are multiple modules with the same name all of them will be unloaded. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=48289
This commit is contained in:
parent
fdfea553fd
commit
48f4c8ab8f
2 changed files with 36 additions and 6 deletions
|
|
@ -119,8 +119,8 @@ USA.
|
|||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>unload-module</opt> <arg>ID</arg></p>
|
||||
<optdesc><p>Unload the module instance identified by the specified numeric index.</p></optdesc>
|
||||
<p><opt>unload-module</opt> <arg>ID|NAME</arg></p>
|
||||
<optdesc><p>Unload the module instance identified by the specified numeric index or unload all modules by the specified name.</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue