3 Jan
2017
3 Jan
'17
3:40 a.m.
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@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