From 4cf3034f561c0dcef7365dce4bf74e17142eba0a Mon Sep 17 00:00:00 2001 From: Asper Date: Sun, 20 Aug 2017 12:32:04 +0000 Subject: [PATCH] fix for the different fasm version git-svn-id: svn://kolibrios.org@6945 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 fc7f3b10c..6fe5765d2 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 +if USE_UNSOL_EV = 1 ;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