mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-23 08:56:40 -05:00
role-cork: Rename module-cork-music-on-phone to module-role-cork.
This module will be extended to be a bit more generic so the old name will soon be obsolete.
This commit is contained in:
parent
3c547194fc
commit
3c5cc34547
3 changed files with 11 additions and 11 deletions
|
|
@ -33,10 +33,10 @@
|
|||
#include <pulsecore/sink-input.h>
|
||||
#include <pulsecore/modargs.h>
|
||||
|
||||
#include "module-cork-music-on-phone-symdef.h"
|
||||
#include "module-role-cork-symdef.h"
|
||||
|
||||
PA_MODULE_AUTHOR("Lennart Poettering");
|
||||
PA_MODULE_DESCRIPTION("Mute or cork music while a phone stream exists");
|
||||
PA_MODULE_DESCRIPTION("Mute & cork streams with certain roles while others exist");
|
||||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||
PA_MODULE_LOAD_ONCE(TRUE);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue