mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: set the SINK_SET_FORMATS flag
When we have an iec958Codecs property on the node, we can use it to configure the codecs on the sink.
This commit is contained in:
parent
49eb31f670
commit
ea7a731106
3 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ struct device_info {
|
|||
struct channel_map map;
|
||||
struct volume_info volume_info;
|
||||
unsigned int have_volume:1;
|
||||
unsigned int have_iec958codecs:1;
|
||||
|
||||
uint32_t device;
|
||||
uint32_t active_port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue