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.freedesktop.org/show_bug.cgi?id=48289 Thanks! This is now applied. I made a couple of minor changes: I changed "name|index" to "index|name" to be consistent with the other commands, and used pa_atou() for parsing the index like I did for the pactl patch too. -- Tanu