mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: Factor out module code to compile independently
This starts breaking up the giant monolith that is the pulse-server.c code into more manageable chunks by trying to split the module code into individual compilation units.
This commit is contained in:
parent
abf193452c
commit
74140abada
19 changed files with 763 additions and 558 deletions
|
|
@ -410,7 +410,7 @@ static const char *port_types[] = {
|
|||
"analog",
|
||||
};
|
||||
|
||||
static uint32_t port_type_value(const char *port_type)
|
||||
static inline uint32_t port_type_value(const char *port_type)
|
||||
{
|
||||
uint32_t i;
|
||||
for (i = 0; i < SPA_N_ELEMENTS(port_types); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue