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: init/deinit connection to ALSA
[AROS.git]
/
workbench
/
devs
/
AHI
/
Drivers
/
Alsa
/
alsa-bridge
/
alsa.h
blob
f8e369101fa265a69239c67a5ace46737073b9b1
1
/*
2
Copyright © 2015, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <exec/types.h>
7
8
BOOL
ALSA_Init
();
9
VOID
ALSA_Cleanup
();