mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
alsa-mixer: Add possibility to configure ELD device
The alsa mixer kcontrol has "device index" 3, 7, 8, and 9. We need to configure this properly. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
eaa893d7d1
commit
bf487f0ffa
7 changed files with 10 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ struct pa_alsa_path {
|
|||
char *name;
|
||||
char *description;
|
||||
unsigned priority;
|
||||
int eld_device;
|
||||
pa_proplist *proplist;
|
||||
|
||||
pa_bool_t probed:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue