From ad3023c369f1c605bf234eb17420cc121096b057 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Thu, 11 Dec 2008 17:18:22 -0500
Subject: [PATCH] clean up

---
 src/audio/alsalayer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/audio/alsalayer.cpp b/src/audio/alsalayer.cpp
index 75b1f41811..71aed36741 100644
--- a/src/audio/alsalayer.cpp
+++ b/src/audio/alsalayer.cpp
@@ -270,7 +270,7 @@ AlsaLayer::playTones( void )
     int frames;
     int maxBytes;
 
-    frames = _periodSize  ; 
+    //frames = _periodSize  ; 
     frames = 940  ; 
     maxBytes = frames * sizeof(SFLDataFormat)  ;
     SFLDataFormat* out = (SFLDataFormat*)malloc(maxBytes * sizeof(SFLDataFormat));
-- 
GitLab