reactos/drivers/wdm/audio
Thomas Faber 4c6cc29bb8
[HDAUDBUS] Fix timeouts for hardware register operations. CORE-15874
Most needed to be multiplied by 10 to match Haiku's behavior.
In one case, the broken timeout was offset by a higher number of loop
iterations, which is now  restored.

This should fix failures on real hardware that result in the
"unable to exit reset" print, and avoid a possible subsequent Pnp
manager crash.

Compare with the following (both snooze and KeStallExecutionProcessor use microseconds):
ff38df48cf/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp (L466)
ff38df48cf/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp (L357)
ff38df48cf/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp (L978)
2019-09-26 10:27:31 +02:00
..
backpln [REACTOS] Fix MSVC printf format warnings 2019-08-15 15:24:12 +02:00
drivers [CMIDRIVER] Try to fix build 3 2019-06-25 09:11:01 +02:00
drm [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
filters [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
hdaudbus [HDAUDBUS] Fix timeouts for hardware register operations. CORE-15874 2019-09-26 10:27:31 +02:00
legacy [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
sysaudio [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt