Tools: Topology2: Build nocodec topology for PTL with 96 kHz SSP#9334
Closed
singalsu wants to merge 4 commits intothesofproject:mainfrom
Closed
Tools: Topology2: Build nocodec topology for PTL with 96 kHz SSP#9334singalsu wants to merge 4 commits intothesofproject:mainfrom
singalsu wants to merge 4 commits intothesofproject:mainfrom
Conversation
singalsu
commented
Jul 26, 2024
ca86327 to
91c7867
Compare
lgirdwood
approved these changes
Aug 5, 2024
This patch builds test topologies sof-ptl-nocodec.tplg, sof-ptl-nocodec-fpga-2ch-pdm0.tplg, and sof-ptl-nocodec-fpga-4ch.tplg. The changes include: - New ptl.conf where DMIC and SSP versions are updated vs. LNL and MTL. - The definitions for blob 3.0 format are added to instruct alsa-utils to process a new format SSP blob. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
The topology is built into development to be used for testing and further development. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This patch adds build of topologies where DMIC0 related pipelines and PCMs are set to operate with 96 kHz rate. - sof-ptl-nocodec-dmic-4ch-96k.tplg - sof-ptl-nocodec-fpga-dmic-4ch-96k.tplg Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This patch adds possibility to build with cavs-nocodec.conf topology in passthrough mode with other rate than 48 kHz. The topologies built are: - sof-ptl-nocodec-dmic-4ch-96k-ssp0-96k.tplg - sof-ptl-nocodec-fpga-dmic-4ch-96k-ssp0-96k.tplg Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
91c7867 to
c0960b5
Compare
Member
Collaborator
Author
|
This is waiting for #9317. I might also add 192 kHz if I'm able to test it. |
Member
Collaborator
Author
|
Replaced by #9619. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion
2F95
to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch adds possibility to build with cavs-nocodec.conf topology
in passthrough mode with other rate than 48 kHz. The topologies built
are:
Signed-off-by: Seppo Ingalsuo seppo.ingalsuo@linux.intel.com