https://bugs.freedesktop.org/show_bug.cgi?id=81580

--- Comment #56 from Raymond <superquad.vort...@gmail.com> ---
as the combo jack cannot differentiate headphone, headset , headset mic phantom
jack is  created

you have to give up the support of headphone in order to allow headset mic can
be auto selected 

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/include/sound/jack.h




enum snd_jack_types {
        SND_JACK_HEADPHONE      = 0x0001,
        SND_JACK_MICROPHONE     = 0x0002,
        SND_JACK_HEADSET        = SND_JACK_HEADPHONE | SND_JACK_MICROPHONE,


use jack sense of headphone pin to represent both headphone and mic . need to
modify dfriver to create headset jack instead of headphone jack and headset mic
phantom jack

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to