sof/tools/test/topology
Jaska Uimonen 77b6db8894 topology: enable pcm range and pipeline rate and remove frame count
Enable setting pcm min and max rate from top level m4 pipeline macro.
This way it is possible to configure the whole pipeline to correct
samplerate range in 1 file. Previously you needed to modify the pipeline
macros where the rate was hardcoded. As the frame count is calculated
from pcm/dai rate and scheduling time the frame count is obsolete.

Introduce pipeline rate parameter to help configuring components with
fixed output rate. We can't deduce this from pcm range since for example
src might accept bigger max rate than the following dai. Even though the
parameter is named "pipeline rate" it essentially means the "final"
output rate to which this pipeline is connected to (dai or other
pipeline). In capture pipelines it means the originating fixed dai rate.

Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
2019-08-15 14:29:22 +02:00
..
CMakeLists.txt cmake: add spdx license identifier 2019-06-02 16:38:17 +01:00
test-all.m4 topology: enable pcm range and pipeline rate and remove frame count 2019-08-15 14:29:22 +02:00
test-capture.m4 topology: enable pcm range and pipeline rate and remove frame count 2019-08-15 14:29:22 +02:00
test-equalizer-playback-ssp.m4 topology: enable pcm range and pipeline rate and remove frame count 2019-08-15 14:29:22 +02:00
test-playback.m4 topology: enable pcm range and pipeline rate and remove frame count 2019-08-15 14:29:22 +02:00
test-tone-playback.m4 topology: enable pcm range and pipeline rate and remove frame count 2019-08-15 14:29:22 +02:00
tplg-build.sh Topology: Add SOF_TKN_INTEL_DMIC_UNMUTE_RAMP_TIME_MS token 2019-06-17 21:47:31 +01:00