alsa-mixer: add description-key to Mappings and Profiles

This commit is contained in:
Tomasz Kontusz 2020-07-22 07:45:22 +02:00 committed by Tanu Kaskinen
parent 9696e10791
commit 8482b62b0a
2 changed files with 33 additions and 2 deletions

View file

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