repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
alsa.audio: implement skeleton playback
[AROS.git]
/
workbench
/
devs
/
AHI
/
Drivers
/
Alsa
/
ALSA.s
blob
7a1e459ef58fd5f3683854048e8c46178ccb0b70
1
2
FORM_START AHIM
3
4
CHUNK_START AUDN
5
.asciz
"alsa"
6
CHUNK_END
7
8
CHUNK_START AUDM
9
1
:
10
LONG2 AHIDB_AudioID
,
0x00420002
11
LONG2 AHIDB_Volume
,
TRUE
12
LONG2 AHIDB_Panning
,
TRUE
13
LONG2 AHIDB_Stereo
,
TRUE
14
LONG2 AHIDB_HiFi
,
FALSE
15
LONG2 AHIDB_MultTable
,
FALSE
16
LONG2 AHIDB_Name
,
2
f-
1
b
17
LONG TAG_DONE
18
2
:
19
.asciz
"ALSA:16 bit stereo++"
20
CHUNK_END
21
22
23
FORM_END
24
25
.END