From 405e90eecfabc067d7e8e97871697a1c20f0d41f Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 5 May 2008 14:52:07 +0000 Subject: PCM buffer muting doesn't seem benificial for wm8978 so turn it off. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17384 a1c6a512-1295-4272-9138-f99709370657 --- apps/pcmbuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c index 03a5752e9d..6aa01a8a13 100644 --- a/apps/pcmbuf.c +++ b/apps/pcmbuf.c @@ -39,7 +39,8 @@ #include "thread.h" /* Define PCMBUF_MUTING if the codec requires muting to prevent pops */ -#if !defined(HAVE_UDA1380) && !defined(HAVE_TLV320) && !defined(HAVE_AS3514) +#if !defined(HAVE_UDA1380) && !defined(HAVE_TLV320) && !defined(HAVE_AS3514) \ + && !defined(HAVE_WM8978) #define PCMBUF_MUTING #endif -- cgit v1.2.3