forked from KolibriOS/kolibrios
sis.asm: skip codec powerup test
git-svn-id: svn://kolibrios.org@708 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
eda7490bf5
commit
73451d6086
@ -587,7 +587,6 @@ proc create_primary_buff
|
|||||||
mov edx, GLOB_CTRL
|
mov edx, GLOB_CTRL
|
||||||
call [ctrl.ctrl_write32]
|
call [ctrl.ctrl_write32]
|
||||||
|
|
||||||
|
|
||||||
ret
|
ret
|
||||||
endp
|
endp
|
||||||
|
|
||||||
@ -806,7 +805,7 @@ proc init_codec
|
|||||||
je .err
|
je .err
|
||||||
|
|
||||||
test eax, CTRL_ST_CREADY
|
test eax, CTRL_ST_CREADY
|
||||||
jnz .ready
|
jnz .done ;;;;;.ready
|
||||||
|
|
||||||
call reset_codec
|
call reset_codec
|
||||||
test eax, eax
|
test eax, eax
|
||||||
@ -829,7 +828,7 @@ proc init_codec
|
|||||||
call [ctrl.codec_read16]
|
call [ctrl.codec_read16]
|
||||||
and eax, 0x0F
|
and eax, 0x0F
|
||||||
cmp eax, 0x0F
|
cmp eax, 0x0F
|
||||||
jz .done
|
je .done
|
||||||
|
|
||||||
sub [counter] , 1
|
sub [counter] , 1
|
||||||
jnz .wait
|
jnz .wait
|
||||||
|
Loading…
Reference in New Issue
Block a user