alsa-mixer: Fill in input and output names

Fill in input_name and output_name to make routing easier for
routing modules.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
David Henningsson 2015-11-17 15:10:30 +01:00 committed by Tanu Kaskinen
parent b9818b016f
commit 2a71fd7597
3 changed files with 12 additions and 1 deletions

View file

@ -293,6 +293,9 @@ struct pa_alsa_profile {
char *description;
unsigned priority;
char *input_name;
char *output_name;
bool supported:1;
bool fallback_input:1;
bool fallback_output:1;