XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Drivers
Sound
IntelHDA
stream.h
Go to the documentation of this file.
1
30
#ifndef __STREAM_H__
31
#define __STREAM_H__
32
33
#include "
ihda.h
"
34
#include <
Mm\vmmngr.h
>
35
#include <
Mm\kmalloc.h
>
36
#include <
Mm\pmmngr.h
>
37
#include <string.h>
38
39
/*
40
* HDAInitOutput -- initialise the output stream
41
*/
42
extern
int
HDAInitOutput
();
43
44
/*
45
* HDAInitInputStream -- start an input stream
46
*/
47
extern
int
HDAInitInputStream
();
48
49
/*
50
* HDAudioStartOutput -- starts the output
51
* stream
52
*/
53
extern
void
HDAudioStartOutput
();
54
55
/*
56
* HDAudioStopOutput -- stops the output stream
57
*/
58
extern
void
HDAudioStopOutput
();
59
60
#endif
vmmngr.h
ihda.h
kmalloc.h
pmmngr.h
HDAInitOutput
int HDAInitOutput()
Definition
stream.cpp:37
HDAudioStopOutput
void HDAudioStopOutput()
Definition
stream.cpp:210
HDAudioStartOutput
void HDAudioStartOutput()
Definition
stream.cpp:192
HDAInitInputStream
int HDAInitInputStream()
Definition
stream.cpp:117
Generated by
1.9.8