Re: [pulseaudio-discuss] [PATCH 2/2] pacmd: Add unloading modules by name.

2012-06-04 Thread Tanu Kaskinen
On Wed, 2012-05-30 at 14:27 +0200, poljar wrote: > 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.f

[pulseaudio-discuss] [PATCH 2/2] pacmd: Add unloading modules by name.

2012-05-30 Thread poljar
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-comma