mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
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:
parent
b9818b016f
commit
2a71fd7597
3 changed files with 12 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue