pulse-server: implement module-x11-bell

Just load the x11-bell module into the pulse server.

See #1668
This commit is contained in:
Wim Taymans 2022-01-21 17:01:18 +01:00
parent 5c894c2283
commit 373432a4e7
4 changed files with 148 additions and 0 deletions

View file

@ -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)