[pulseaudio-tickets] [Bug 90480] Pulseaudio doesn't detect jack connection properly (HD AUDIO)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 17 18:16:40 PDT 2015


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

--- Comment #8 from Raymond <superquad.vortex2 at gmail.com> ---
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/include/sound/hda_verbs.h

this look like driver bug

https://bugzilla.kernel.org/enter_bug.cgi?product=Drivers


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/Documentation/sound/alsa/HD-Audio.txt


Hint Strings
~~~~~~~~~~~~
The codec parser have several switches and adjustment knobs for
matching better with the actual codec or device behavior.  Many of
them can be adjusted dynamically via "hints" strings as mentioned in
the section above.  For example, by passing `jack_detect = no` string
via sysfs or a patch file, you can disable the jack detection, thus
the codec parser will skip the features like auto-mute or mic
auto-switch.  As a boolean value, either `yes`, `no`, `true`, `false`,
`1` or `0` can be passed.

The generic parser supports the following hints:

- jack_detect (bool): specify whether the jack detection is available
  at all on this machine; default true


- trigger_sense (bool): indicates that the jack detection needs the
  explicit call of AC_VERB_SET_PIN_SENSE verb


- auto_mute (bool): enable/disable the headphone auto-mute feature;
  default true







use early patching and hint 

try hint one by one to find out the cause 

disable power saving 

1) do not execute AC_VERB_SET_PIN_SENSE  (709) before AC_VERB_GET_PIN_SENSE
(F09)

trigger_sense=0


2) disable jack sense of headphone pin

set bit 8 of pin default of headphone pin complex


3) disable jack detect of all pins

jack_detect=0



https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=1565cc358585be40608b46f18f7ac431a1aae2bc

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150518/71f03800/attachment.html>


More information about the pulseaudio-bugs mailing list