https://bugs.kde.org/show_bug.cgi?id=420389

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |UPSTREAM

--- Comment #8 from Nate Graham <n...@kde.org> ---
Yes, it would appear that this is the PulseAudio bug. When PulseAudio tells us
"headset", we provide the "audio-headset" icon, which includes a microphone. To
get the "audio-headphones" icon, we need for PulseAudio to tell us "headphone.
Here's the code (abbreviated):

        case "headset":
            return "audio-headset";
        case "headphone":
            return "audio-headphones";

So you would file a bug at
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/ saying that your
device is incorrectly detected as a headset instead of a pair of headphones.
device.form_factor needs to return "headphones" instead of "headset.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to