mirror of https://github.com/thesofproject/sof.git
f0a010052b
A topology may be constructed by some .conf files. We may use a duplicated route index or pipeline index by accident. This commit suggests a rule to assign route and pipeline index. We have a consistent pcm id. For example, Jack out: 0 Jack in: 1 Speaker: 2 Microphone: 4 We can use a simple formula to assign the route and pipeline index for each pcm. The formula this commit suppests is pcm id * 10 ~ pcm id * 10 + 9. That is 0 ~ 9 for pcm 0, 10 ~ 19 for pcm 1, and so on. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> |
||
---|---|---|
.. | ||
avs-tplg | ||
include | ||
platform/intel | ||
sof-ace-tplg | ||
CMakeLists.txt | ||
cavs-mixin-mixout-hda.conf | ||
cavs-nocodec.conf | ||
cavs-rt5682.conf | ||
cavs-sdw-src-gain-mixin.conf | ||
cavs-sdw.conf | ||
common_definitions.conf | ||
get_abi.sh | ||
sof-hda-generic.conf |