Skip to content

Commit

Permalink
Tools: Topology1: Change ASRC mode to synchronous in pipeline macro
Browse files Browse the repository at this point in the history
This pipeline PCM -> ASRC -> DAI is used only in testbench test
topologies usage. None of the normal topologies build in SOF
use it. Since testbench can't support without failure the DAI
timestamps, the asynchronous mode is disabled. This allows
to test ASRC objective audio quality similarly as normal SRC.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
  • Loading branch information
singalsu authored and lgirdwood committed Nov 3, 2023
1 parent 1b9681e commit a6d65ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/topology/topology1/sof/pipe-asrc-playback.m4
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define(MY_ASRC_TOKENS, concat(`asrc_tokens_', PIPELINE_ID))
define(MY_ASRC_CONF, concat(`asrc_conf_', PIPELINE_ID))
W_VENDORTUPLES(MY_ASRC_TOKENS, sof_asrc_tokens,
LIST(` ', `SOF_TKN_ASRC_RATE_OUT "PIPELINE_RATE"'
` ', `SOF_TKN_ASRC_ASYNCHRONOUS_MODE "1"'
` ', `SOF_TKN_ASRC_ASYNCHRONOUS_MODE "0"'
` ', `SOF_TKN_ASRC_OPERATION_MODE "0"'))

W_DATA(MY_ASRC_CONF, MY_ASRC_TOKENS)
Expand Down

0 comments on commit a6d65ee

Please sign in to comment.