Subversion Repositories Kolibri OS

Rev

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

Rev 741 Rev 774
Line 370... Line 370...
370
           mov eax, ATTCH_IRQ
370
	   mov eax, ATTCH_IRQ
371
           mov esi, msgAttchIRQ
371
	   mov esi, msgAttchIRQ
372
           bt eax, ebx
372
	   bt eax, ebx
373
           jnc .fail_msg
373
	   jnc .fail_msg
Line 374... Line 374...
374
 
374
 
375
           stdcall AttachIntHandler, ebx, ac97_irq
375
	   stdcall AttachIntHandler, ebx, ac97_irq, dword 0
376
.reg:
376
.reg:
377
           stdcall RegService, sz_sound_srv, service_proc
377
	   stdcall RegService, sz_sound_srv, service_proc
378
           ret
378
	   ret
379
.fail:
379
.fail: