mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
sink: Add missing 'hifi' form factor to priorities
Assign it a propriety of 600, therefore ranking higher then speaker, but below headphone. https://bugs.freedesktop.org/show_bug.cgi?id=100579
This commit is contained in:
parent
6f4d303b6a
commit
9418807c92
1 changed files with 2 additions and 0 deletions
|
|
@ -3512,6 +3512,8 @@ unsigned pa_device_init_priority(pa_proplist *p) {
|
|||
|
||||
if (pa_streq(s, "headphone"))
|
||||
priority += 900;
|
||||
else if (pa_streq(s, "hifi"))
|
||||
priority += 600;
|
||||
else if (pa_streq(s, "speaker"))
|
||||
priority += 500;
|
||||
else if (pa_streq(s, "portable"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue