alsa: add array of devices in EnumProfile

So that we can enumerate the possible Routes per device for
this profile as well.
This commit is contained in:
Wim Taymans 2021-01-29 15:27:25 +01:00
parent 1ea8282a24
commit ab5059cd07
2 changed files with 20 additions and 7 deletions

View file

@ -115,7 +115,10 @@ enum spa_param_profile {
* Int : number of items following
* Struct(
* String : class name (eg. "Audio/Source"),
* Int : number of nodes)*)) */
* Int : number of nodes
* String : property (eg. "card.profile.devices"),
* Array of Int: device indexes
* )*)) */
};
enum spa_param_port_config_mode {