sound.lib: SetTimeBase() & GetTimeStamp()

git-svn-id: svn://kolibrios.org@1691 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2010-11-07 10:04:15 +00:00
parent d80f7d849a
commit 20515d609d
3 changed files with 11 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ SND_SETPAN equ 14
SND_GETPAN equ 15
SND_GETBUFFSIZE equ 16
SND_GETFREESPACE equ 17
SND_SETTIMEBASE equ 18
SND_GETTIMESTAMP equ 19
DEV_SET_BUFF equ 4
DEV_NOTIFY equ 5