shithub: purgatorio

ref: 41e27b2d10c6a60c49931332e8677438736a1e36
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))