view src/sexypsf/spu/spu.h @ 3189:ab6c7ebcd301

alsa-ng: Only support 16bit output for now. Someone else can debug this crap.
author William Pitcock <nenolod@atheme.org>
date Fri, 19 Jun 2009 09:14:22 -0500
parents 3da1b8942b8b
children
line wrap: on
line source

int SPUinit(void);
int SPUopen(void);
void SPUsetlength(s32 stop, s32 fade);
int SPUclose(void);
void SPUendflush(void);

// External, called by SPU code.
void SPUirq(void);