-
b5f007c...
by
Dharageswari R <email address hidden>
on 2020-09-01
-
topology: Add UUID for Maxim DSM component
This patch adds UUID for Maxim DSM component in sof-tgl-max98373-rt5682.
Signed-off-by: Dharageswari R <email address hidden>
-
29338af...
by
Dharageswari R <email address hidden>
on 2020-09-01
-
topology: smart_amp: Pass uuid token to the smart_amp widget
This patch adds the uuid argument to smart_amp widget, uuid
parameter can be configured by the topology files while
integrating any new component. If not configured, uuid will
be assigned with the UUID of the smart_amp_test component as
default value.
Signed-off-by: Dharageswari R <email address hidden>
-
1820da7...
by
Guennadi Liakhovetski <email address hidden>
on 2020-08-11
-
trace: remove a superfluous variable initialisation
Signed-off-by: Guennadi Liakhovetski <email address hidden>
-
bf41069...
by
Guennadi Liakhovetski <email address hidden>
on 2020-08-11
-
dmic: (cosmetic) merge two prints
Reduce trace amount by merging two short prints together.
Signed-off-by: Guennadi Liakhovetski <email address hidden>
-
aa0aee9...
by
Guennadi Liakhovetski <email address hidden>
on 2020-08-11
-
dw-dma: use a generic allocation
When allocating an LLI array no need to use rzalloc() since the array
is 0-initialised directly after allocation anyway.
Signed-off-by: Guennadi Liakhovetski <email address hidden>
-
75ed28b...
by
Guennadi Liakhovetski <email address hidden>
on 2020-08-11
-
pipeline: (cosmetic) make a function static
pipeline_schedule_cancel() is never called outside of pipeline.c,
make it static.
Signed-off-by: Guennadi Liakhovetski <email address hidden>
-
b6e31d1...
by
Bartosz Kokoszko <email address hidden>
on 2020-08-28
-
comp: add comp_get_status() helper function
This commit adds comp_get_status() helper function, which
takes two arguments: requesting component and component from
which user wants to read status. In case when both components
are on the different cores function additionally invokes
comp_invalidate().
This commit also fixes issue in smart_amp_copy() function, where
we always invoke comp_invalidate(sad->feedback_buf->source) whether
or not both components (smart amp and sad->feedback_buf->source)
are on different cores. In case when both components are on
the same core, we can invalidate data not previously writebacked.
Signed-off-by: Bartosz Kokoszko <email address hidden>
-
6be9315...
by
Marc Herbert <email address hidden>
on 2020-08-28
-
rebuild-testbench.sh: remove CMAKE_VERBOSE_MAKEFILE
Default is verbose enough. VERBOSE=1 can still be used later at make
time.
Also change nproc to nproc --all because we don't care about offline
processors.
Signed-off-by: Marc Herbert <email address hidden>
-
37b5893...
by
Marc Herbert <email address hidden>
on 2020-08-28
-
host-testbench.sh: clean up output files when tests are successful
Make git status great again.
Signed-off-by: Marc Herbert <email address hidden>
-
32d32b5...
by
Marc Herbert <email address hidden>
on 2020-08-28
-
.travis.yml: switch to newer rebuild-testbench.sh
Also stop hiding errors in topologies build.
Signed-off-by: Marc Herbert <email address hidden>