mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-22 08:56:59 -05:00
alsa: add device.profile.pro property
It is set to true when the node is using a pro audio profile.
This commit is contained in:
parent
289661b663
commit
3685081fd1
3 changed files with 7 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ struct state {
|
|||
unsigned int is_hdmi:1;
|
||||
unsigned int multi_rate:1;
|
||||
unsigned int htimestamp:1;
|
||||
unsigned int is_pro:1;
|
||||
|
||||
uint64_t iec958_codecs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue