mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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:
parent
1ea8282a24
commit
ab5059cd07
2 changed files with 20 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue