alsa: legacy card - set available_group

Create automatically the groups per paths where
the similar jacks are used.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2020-04-17 14:38:38 +02:00 committed by Tanu Kaskinen
parent 1fb449213f
commit 6618527451
2 changed files with 50 additions and 0 deletions

View file

@ -211,6 +211,7 @@ struct pa_alsa_path {
char *name;
char *description_key;
char *description;
char *available_group;
unsigned priority;
bool autodetect_eld_device;
pa_alsa_mixer *eld_mixer_handle;