git: purgatorio

ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
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))