Subversion Repositories Kolibri OS

Rev

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

Rev 168 Rev 281
Line 96... Line 96...
96
    .r_end         dd 0
96
    .r_end         dd 0
97
    .r_dt          dd 0
97
    .r_dt          dd 0
98
    .r_silence     dd 0
98
    .r_silence     dd 0
Line 99... Line 99...
99
 
99
 
100
    .base          dd 0
-
 
101
    .curr_seg      dd 0
100
    .base          dd 0
-
 
101
    .limit         dd 0
-
 
102
    .seg_0         dd 0
-
 
103
    .lim_0         dd 0
-
 
104
    .seg_1         dd 0
-
 
105
    .lim_1         dd 0
-
 
106
    .curr_seg      dd 0
102
    .limit         dd 0
107
 
103
    .buff_size     dd 0
108
    .buff_size     dd 0
104
    .notify_off1   dd 0
109
    .notify_off1   dd 0
105
    .notify_off2   dd 0
110
    .notify_off2   dd 0
106
    .notify_task   dd 0
111
    .notify_task   dd 0
107
    .resample      dd 0
112
    .resample      dd 0
Line 108... Line 113...
108
}
113
}
Line 109... Line 114...
109
 
114
 
110
STREAM_SIZE    equ 23*4
115
STREAM_SIZE    equ 27*4
111
 
116