mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
add new pa_card object as a way to logically combine multiple sinks and sources
This commit is contained in:
parent
aeb0707f12
commit
b6deb0cc4c
12 changed files with 327 additions and 4 deletions
|
|
@ -30,7 +30,8 @@
|
|||
typedef enum pa_namereg_type {
|
||||
PA_NAMEREG_SINK,
|
||||
PA_NAMEREG_SOURCE,
|
||||
PA_NAMEREG_SAMPLE
|
||||
PA_NAMEREG_SAMPLE,
|
||||
PA_NAMEREG_CARD
|
||||
} pa_namereg_type_t;
|
||||
|
||||
void pa_namereg_free(pa_core *c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue