From d7296e10805869f9772afc77d31ab4f7715e6e82 Mon Sep 17 00:00:00 2001
From: notaz <notasas@gmail.com>
Date: Mon, 24 Jan 2011 00:37:03 +0200
Subject: [PATCH] spu: don't read config, we manage it in frontend

---
 plugins/dfsound/spu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 804a7288..cb5e6021 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -926,7 +926,7 @@ long CALLBACK SPUinit(void)
  iSPUIRQWait = 0;
  lastch = -1;
 
- ReadConfigSPU();                                      // read user stuff
+ //ReadConfigSPU();                                      // read user stuff
  SetupStreams();                                       // prepare streaming
 
  return 0;
-- 
2.39.5