aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/spu.c')
-rw-r--r--plugins/dfsound/spu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index c086c06..7805828 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -926,7 +926,7 @@ long CALLBACK SPUinit(void)
iSPUIRQWait = 1;
lastch = -1;
- ReadConfig(); // read user stuff
+ ReadConfigSPU(); // read user stuff
SetupStreams(); // prepare streaming
return 0;
@@ -1008,6 +1008,7 @@ void CALLBACK SPUregisterCDDAVolume(void (CALLBACK *CDDAVcallback)(unsigned shor
}
// COMMON PLUGIN INFO FUNCS
+/*
char * CALLBACK PSEgetLibName(void)
{
return _(libraryName);
@@ -1027,3 +1028,4 @@ char * SPUgetLibInfos(void)
{
return _(libraryInfo);
}
+*/