--- np2/sound/cs4231.h 2003/12/08 00:55:33 1.3 +++ np2/sound/cs4231.h 2004/01/05 14:16:35 1.4 @@ -1,5 +1,5 @@ -typedef REG8 (*CS4231DMA)(void); +typedef REG8 (*CS4231DMA)(DMACH dmach); enum { CS4231_BUFFERS = (1 << 6), @@ -74,7 +74,7 @@ extern "C" { extern const CS4231DMA cs4231dec[16]; -REG8 cs4231_nodecode(void); +REG8 cs4231_nodecode(DMACH dmach); void cs4231_dma(NEVENTITEM item); REG8 DMACCALL cs4231dmafunc(REG8 func);