Subversion Repositories Kolibri OS

Rev

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

Rev 6945 Rev 6946
Line 2660... Line 2660...
2660
endp
2660
endp
Line 2661... Line 2661...
2661
 
2661
 
2662
 
2662
 
2663
;Asper remember to add this functions:
2663
;Asper remember to add this functions:
2664
proc  snd_hda_queue_unsol_event stdcall, par1:dword, par2:dword
2664
proc  snd_hda_queue_unsol_event stdcall, par1:dword, par2:dword
2665
if DEBUG
2665
;if DEBUG
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 = 1
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
Line 2960... Line 2960...
2960
msgPciCmd    db 'PCI command     ',0
2960
msgPciCmd    db 'PCI command     ',0
2961
msgPciStat   db 'PCI status      ',0
2961
msgPciStat   db 'PCI status      ',0
2962
    msgHDALowMMIo db 'lower mmio base ',0
2962
    msgHDALowMMIo db 'lower mmio base ',0
2963
    msgHDAUpMMIo  db 'upper mmio base ',0
2963
    msgHDAUpMMIo  db 'upper mmio base ',0
2964
msgIrqMap    db 'HDA irq map as      ',0
2964
msgIrqMap    db 'HDA irq map as      ',0
2965
msgUnsolEvent db 'Unsolicited event!',13,10,0
2965
;msgUnsolEvent db 'Unsolicited event!',13,10,0
Line 2966... Line 2966...
2966
 
2966
 
2967
;Asper [
2967
;Asper [
2968
if DEBUG
2968
if DEBUG
2969
    msgCodecMask	     db 'codec_mask = ',0
2969
    msgCodecMask	     db 'codec_mask = ',0