code: 9ferno

ref: e2328dc30d3c88259875dc6e6759bc2d408dfe32
dir: /os/js/audio.h/

View raw version
enum
{
	Bufsize		= 16*1024,	/* 92 ms each */
	Nbuf		= 16,		/* 1.5 seconds total */
	Rdma		= 666,		/* XXX - Tad: fixme */
	Wdma		= 666,		/* XXX - Tad: fixme */
};

#define UNCACHED(type, v)	(type*)((ulong)(v))