-
Notifications
You must be signed in to change notification settings - Fork 349
topology2: enable WoV on mtl hda platform #7106
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| +0 −9 | config/mtl.toml | |
| +0 −9 | config/tgl-cavs.toml | |
| +0 −8 | config/tgl-h-cavs.toml | |
| +13 −61 | src/adsp_config.c | |
| +2 −16 | src/elf.c | |
| +0 −4 | src/include/rimage/rimage.h | |
| +1 −6 | src/include/rimage/sof/user/manifest.h |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ set(TPLGS | |
| HDA_CONFIG=mix,NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,PREPROCESS_PLUGINS=nhlt,\ | ||
| NHLT_BIN=nhlt-sof-hda-generic-4ch.bin,DEEPBUFFER_FW_DMA_MS=100" | ||
| "sof-hda-generic\;sof-hda-generic-2ch\;PLATFORM=mtl,\ | ||
| HDA_CONFIG=mix,NUM_DMICS=2,PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-2ch.bin,\ | ||
| HDA_CONFIG=mix,NUM_DMICS=2,PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-2ch.bin,INCLUDE_WOV=true,\ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's a no for me. These topologies will be released externally, no way we are going to add a pretend WOV that makes no sense. if you want to add WOV for tests, then that has to be done in a development topology or a CI one.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
@plbossart I forgot to add "Draft" on it. This is not a final solution, but a reference code. The final solution is, as Liam suggested in #7047 (review), that we will create a test tplg for it. Sorry for the inconvenience.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what you want is to extend a topology for tests not create a new one. We've done this already with deep-buffer that are not released, etc. |
||
| DEEPBUFFER_FW_DMA_MS=100" | ||
|
|
||
| # SDW + DMIC topology with passthrough pipelines | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why only MTL, why not TGL/ADL too?