[Sound-open-firmware] [PATCH] topology: tone pipeline should be DAI driver and not timer driven
Ranjani Sridharan
ranjani.sridharan at linux.intel.com
Tue May 29 21:15:01 CEST 2018
Signed-off-by: Ranjani Sridharan <ranjani.sridharan at linux.intel.com>
---
topology/sof/pipe-tone.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/topology/sof/pipe-tone.m4 b/topology/sof/pipe-tone.m4
index 3cdd408..53cef5a 100644
--- a/topology/sof/pipe-tone.m4
+++ b/topology/sof/pipe-tone.m4
@@ -77,4 +77,4 @@ indir(`define', concat(`PIPELINE_SOURCE_', PIPELINE_ID), N_BUFFER(1))
# Pipeline Configuration.
#
-W_PIPELINE(N_TONE(0), SCHEDULE_DEADLINE, SCHEDULE_PRIORITY, SCHEDULE_FRAMES, SCHEDULE_CORE, 1, pipe_tone_schedule_plat)
+W_PIPELINE(N_TONE(0), SCHEDULE_DEADLINE, SCHEDULE_PRIORITY, SCHEDULE_FRAMES, SCHEDULE_CORE, 0, pipe_tone_schedule_plat)
--
2.17.0
More information about the Sound-open-firmware
mailing list