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:
Wim Taymans 2023-08-28 10:06:29 +02:00
parent 289661b663
commit 3685081fd1
3 changed files with 7 additions and 0 deletions

View file

@ -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;