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
This commit is contained in:
parent
2b8cbe9b94
commit
405e90eecf
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue