-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tools: Topology2: Build nocodec topology for PTL with 96 kHz SSP #9334
Closed
singalsu
wants to merge
4
commits into
thesofproject:main
from
singalsu:add_ptl_topologies_for_main_add_96k_ssp
Closed
Tools: Topology2: Build nocodec topology for PTL with 96 kHz SSP #9334
singalsu
wants to merge
4
commits into
thesofproject:main
from
singalsu:add_ptl_topologies_for_main_add_96k_ssp
Conversation
This file contains 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
singalsu
commented
Jul 26, 2024
singalsu
force-pushed
the
add_ptl_topologies_for_main_add_96k_ssp
branch
from
July 26, 2024 16:54
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 <[email protected]>
The topology is built into development to be used for testing and further development. Signed-off-by: Seppo Ingalsuo <[email protected]>
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 <[email protected]>
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 <[email protected]>
singalsu
force-pushed
the
add_ptl_topologies_for_main_add_96k_ssp
branch
from
August 23, 2024 15:37
91c7867
to
c0960b5
Compare
This is waiting for #9317. I might also add 192 kHz if I'm able to test it. |
Replaced by #9619. |
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 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 [email protected]