mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: implement module-x11-bell
Just load the x11-bell module into the pulse server. See #1668
This commit is contained in:
parent
5c894c2283
commit
373432a4e7
4 changed files with 148 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ static const struct module_info module_list[] = {
|
|||
#endif
|
||||
{ "module-roc-sink", create_module_roc_sink, },
|
||||
{ "module-roc-source", create_module_roc_source, },
|
||||
{ "module-x11-bell", create_module_x11_bell, },
|
||||
};
|
||||
|
||||
static const struct module_info *find_module_info(const char *name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue