Description
VMware Player configured with a sound card and sound.virtualdev = "hdaudio" halts on boot with infinite repetition of this in the debug log:
(..\drivers\wdm\audio\hdaudbus\fdo.cpp:29) HDA_InterruptService c0000000
|
(..\drivers\wdm\audio\hdaudbus\fdo.cpp:29) HDA_InterruptService c0000000
|
(..\drivers\wdm\audio\hdaudbus\fdo.cpp:29) HDA_InterruptService c0000000
|
By breaking in it can be seen that these are Status Change interrupts due to a codec reset. We are supposed to be disabling these but aren't.