Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/src/9/pc/audio.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
enum
2
{
3
	Bufsize	= 1024,	/* 5.8 ms each, must be power of two */
4
	Nbuf		= 128,	/* .74 seconds total */
5
	Dma		= 6,
6
	IrqAUDIO	= 7,
7
	SBswab	= 0,
8
};
9
 
10
#define seteisadma(a, b)	dmainit(a, Bufsize);
11
#define UNCACHED(type, v)	(type*)((ulong)(v))
12
 
13
#define Int0vec
14
#define setvec(v, f, a)		intrenable(v, f, a, BUSUNKNOWN, "audio")