From be847c5e1f2f93f181fa9c8433e32beb6db64782 Mon Sep 17 00:00:00 2001 From: Asper Date: Sun, 20 Aug 2017 12:30:21 +0000 Subject: [PATCH] a little fix to previous revision git-svn-id: svn://kolibrios.org@6944 a494cfbc-eb01-0410-851d-a64ba20cac60 --- drivers/audio/intel_hda/intel_hda.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/audio/intel_hda/intel_hda.asm b/drivers/audio/intel_hda/intel_hda.asm index 1fc6ff0485..fc7f3b10c3 100644 --- a/drivers/audio/intel_hda/intel_hda.asm +++ b/drivers/audio/intel_hda/intel_hda.asm @@ -2668,7 +2668,7 @@ if DEBUG invoke SysMsgBoardStr pop esi end if -if USE_UNSOL_EV = 0 +if USE_UNSOL_EV ;Test. Do not make queue, process immediately! ;stdcall here snd_hda_read_pin_sense stdcall, nid:dword, trigger_sense:dword ;and then mute/unmute pin based on the results