mirror of https://github.com/thesofproject/sof.git
77b6db8894
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test-all.m4 | ||
test-capture.m4 | ||
test-equalizer-playback-ssp.m4 | ||
test-playback.m4 | ||
test-tone-playback.m4 | ||
tplg-build.sh |