aboutsummaryrefslogtreecommitdiff
path: root/plugins/spunull/spunull.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/spunull/spunull.c')
-rw-r--r--plugins/spunull/spunull.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/spunull/spunull.c b/plugins/spunull/spunull.c
index be798c5..4390be3 100644
--- a/plugins/spunull/spunull.c
+++ b/plugins/spunull/spunull.c
@@ -347,8 +347,9 @@ void SPUasync(unsigned int cycle)
{
}
-void SPUplayCDDAchannel(short *pcm, int nbytes)
+int SPUplayCDDAchannel(short *pcm, int nbytes)
{
+ return -1;
}
////////////////////////////////////////////////////////////////////////