mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
alsa-mixer: add description-key to Mappings and Profiles
This commit is contained in:
parent
9696e10791
commit
8482b62b0a
2 changed files with 33 additions and 2 deletions
|
|
@ -281,6 +281,7 @@ struct pa_alsa_mapping {
|
|||
|
||||
char *name;
|
||||
char *description;
|
||||
char *description_key;
|
||||
unsigned priority;
|
||||
pa_alsa_direction_t direction;
|
||||
/* These are copied over to the resultant sink/source */
|
||||
|
|
@ -322,6 +323,7 @@ struct pa_alsa_profile {
|
|||
|
||||
char *name;
|
||||
char *description;
|
||||
char *description_key;
|
||||
unsigned priority;
|
||||
|
||||
char *input_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue