[Sound-open-firmware] [PATCH] topology: tone pipeline should be DAI driver and not timer driven
Signed-off-by: Ranjani Sridharan ranjani.sridharan@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)
On Tue, 2018-05-29 at 12:15 -0700, Ranjani Sridharan wrote:
Signed-off-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com
topology/sof/pipe-tone.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied.
Thanks
Liam
participants (2)
-
Liam Girdwood
-
Ranjani Sridharan