13 Jun
2017
13 Jun
'17
4:46 p.m.
The signal generator is an endpoint component so this needs to be set for the pipeline to function.
Signed-off-by: Seppo Ingalsuo seppo.ingalsuo@linux.intel.com --- src/audio/tone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/audio/tone.c b/src/audio/tone.c index 211d480..f45d8be 100644 --- a/src/audio/tone.c +++ b/src/audio/tone.c @@ -380,7 +380,7 @@ static struct comp_dev *tone_new(struct sof_ipc_comp *comp) }
comp_set_drvdata(dev, cd); - + comp_set_endpoint(dev);
tonegen_reset(&cd->sg);
--
2.11.0