diff options
author | Hui Wang <[email protected]> | 2019-05-06 22:09:31 +0800 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2019-05-06 16:29:05 +0200 |
commit | 8c2e6728c2bf95765b724e07d0278ae97cd1ee0d (patch) | |
tree | bcbdf570b1d49595fee15382e835934ad318a830 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | d81645510ce2a140816c4cb37c45b78d810ca63f (diff) |
ALSA: hda/hdmi - Read the pin sense from register when repolling
The driver will check the monitor presence when resuming from suspend,
starting poll or interrupt triggers. In these 3 situations, the
jack_dirty will be set to 1 first, then the hda_jack.c reads the
pin_sense from register, after reading the register, the jack_dirty
will be set to 0. But hdmi_repoll_work() is enabled in these 3
situations, It will read the pin_sense a couple of times subsequently,
since the jack_dirty is 0 now, It does not read the register anymore,
instead it uses the shadow pin_sense which is read at the first time.
It is meaningless to check the shadow pin_sense a couple of times,
we need to read the register to check the real plugging state, so
we set the jack_dirty to 1 in the hdmi_repoll_work().
Signed-off-by: Hui Wang <[email protected]>
Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions