mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
alsa-mixer: Add support for defining port property lists in the path configuration files.
This commit is contained in:
parent
d3bced8bee
commit
88052dbdb9
3 changed files with 15 additions and 2 deletions
|
|
@ -181,6 +181,7 @@ struct pa_alsa_path {
|
|||
char *name;
|
||||
char *description;
|
||||
unsigned priority;
|
||||
pa_proplist *proplist;
|
||||
|
||||
pa_bool_t probed:1;
|
||||
pa_bool_t supported:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue