Subversion Repositories Kolibri OS

Rev

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

Rev 3083 Rev 3085
Line 24... Line 24...
24
 
24
 
25
SDO_INT  equ 1 shl SDO_IDX  ;Asper: Output stream interrupt (must be power of 2)
25
SDO_INT  equ 1 shl SDO_IDX  ;Asper: Output stream interrupt (must be power of 2)
26
SDO_OFS  equ 0x80+(SDO_IDX*0x20) ;Asper: Output stream offset
26
SDO_OFS  equ 0x80+(SDO_IDX*0x20) ;Asper: Output stream offset
Line 27... Line 27...
27
;Asper+ ]
27
;Asper+ ]
28
 
28
 
29
include 'proc32.inc'
29
include 'PROC32.INC'
Line 30... Line 30...
30
include 'imports.inc'
30
include 'IMPORTS.INC'
31
include 'codec_h.inc'
31
include 'CODEC_H.INC'
32
 
32
 
Line 2615... Line 2615...
2615
 
2615
 
2616
hexletters   db '0123456789ABCDEF'
2616
hexletters   db '0123456789ABCDEF'
Line 2617... Line 2617...
2617
hex_buff     db 8 dup(0),13,10,0,0
2617
hex_buff     db 8 dup(0),13,10,0,0
2618
 
2618
 
Line 2619... Line 2619...
2619
 
2619
 
2620
include "codec.inc"
2620
include "CODEC.INC"
2621
include "hda_generic.inc"
2621
include "hda_generic.inc"