[Sound-open-firmware] [PATCH 3/3] pipeline: change back to use normal static pipeline by default

Keyon Jie yang.jie at linux.intel.com
Tue Jan 3 03:40:54 CET 2017


As the normal static pipeline can work fine after the 1.33->1ms
buffer and 16->32 bits internal buffer transforming finished,
let's change back to use normal static pipeline by default.

Signed-off-by: Keyon Jie <yang.jie at linux.intel.com>
---
 src/audio/pipeline_static.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/audio/pipeline_static.c b/src/audio/pipeline_static.c
index cc80adf..33abbec 100644
--- a/src/audio/pipeline_static.c
+++ b/src/audio/pipeline_static.c
@@ -46,7 +46,7 @@
 #include <reef/audio/pipeline.h>
 
 /* simple debug pipeline */
-#define DEBUG_PIPE	1
+#define DEBUG_PIPE	0
 
 /* convenience component UUIDs and descriptors */
 #define SPIPE_MIXER {COMP_TYPE_MIXER, 0, 0}
-- 
2.7.4



More information about the Sound-open-firmware mailing list