Subversion Repositories Kolibri OS

Rev

Rev 6944 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6944 Rev 6945
Line 2666... Line 2666...
2666
	push	esi
2666
	push	esi
2667
	mov	esi, msgUnsolEvent
2667
	mov	esi, msgUnsolEvent
2668
	invoke	SysMsgBoardStr
2668
	invoke	SysMsgBoardStr
2669
	pop	esi
2669
	pop	esi
2670
end if
2670
end if
2671
if USE_UNSOL_EV
2671
if USE_UNSOL_EV = 1
2672
	;Test. Do not make queue, process immediately!
2672
	;Test. Do not make queue, process immediately!
2673
	;stdcall here snd_hda_read_pin_sense stdcall, nid:dword, trigger_sense:dword
2673
	;stdcall here snd_hda_read_pin_sense stdcall, nid:dword, trigger_sense:dword
2674
	;and then mute/unmute pin based on the results
2674
	;and then mute/unmute pin based on the results
2675
	invoke	TimerHS, 1, 0, snd_hda_automute, 0
2675
	invoke	TimerHS, 1, 0, snd_hda_automute, 0
2676
end if
2676
end if