mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
alsa: cover "Desktop Speaker" mixer elements
As exposed by really old Microsoft USB sound systems
This commit is contained in:
parent
a631beeafb
commit
e8cb96c010
9 changed files with 131 additions and 8 deletions
|
|
@ -1784,7 +1784,8 @@ static int path_verify(pa_alsa_path *p) {
|
|||
{ "analog-output-lfe-on-mono", N_("Analog Output (LFE)") },
|
||||
{ "analog-output-mono", N_("Analog Mono Output") },
|
||||
{ "analog-output-headphones-2", N_("Analog Headphones 2") },
|
||||
{ "analog-output-speaker", N_("Analog Speaker") }
|
||||
{ "analog-output-speaker", N_("Analog Speakers") }
|
||||
{ "analog-output-desktop-speaker", N_("Analog Speakers 2") }
|
||||
};
|
||||
|
||||
pa_alsa_element *e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue