diff options
Diffstat (limited to 'apps/pcmbuf.c')
-rw-r--r-- | apps/pcmbuf.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
39 | #include "thread.h" | 39 | #include "thread.h" |
40 | 40 | ||
41 | /* Define PCMBUF_MUTING if the codec requires muting to prevent pops */ | 41 | /* Define PCMBUF_MUTING if the codec requires muting to prevent pops */ |
42 | #if !defined(HAVE_UDA1380) && !defined(HAVE_TLV320) && !defined(HAVE_AS3514) | 42 | #if !defined(HAVE_UDA1380) && !defined(HAVE_TLV320) && !defined(HAVE_AS3514) \ |
43 | && !defined(HAVE_WM8978) | ||
43 | #define PCMBUF_MUTING | 44 | #define PCMBUF_MUTING |
44 | #endif | 45 | #endif |
45 | 46 | ||