]> code.delx.au - pulseaudio/commit
pacmd: Add unloading modules by name.
authorpoljar <poljarinho@gmail.com>
Wed, 30 May 2012 12:27:26 +0000 (14:27 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Mon, 4 Jun 2012 16:02:53 +0000 (19:02 +0300)
commit23432d39ee83ce773941a045b8e6f0527b1336fb
tree8386eb9c3cbf6a06db0445161171036d358a0bb8
parent48f4c8ab8f2f7878bf6816ad166f036037f841b2
pacmd: Add unloading modules by name.

pacmd should allow unloading modules by name.
The command_unload() function was expanded to handle names while
unloading modules.

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
src/pulsecore/cli-command.c
src/utils/pacmd.c