stream: handle monitor sources

This commit is contained in:
Wim Taymans 2018-12-11 16:37:30 +01:00
parent c201a1e666
commit 72b61f614a
4 changed files with 31 additions and 12 deletions

View file

@ -222,6 +222,10 @@ struct global {
struct {
uint32_t session;
} dsp_info;
/* for sink/source */
struct {
uint32_t monitor;
} node_info;
/* for devices */
struct {
struct pw_array profiles;