-
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
Conversation
enable WoV on mtl hda platform Signed-off-by: Libin Yang <libin.yang@intel.com>
|
it depends on kernel PR 4185 |
| 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,\ |
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?
|
Please remove rimage change @libinyang |
plbossart
left a comment
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.
NAK for a change to generic topologies. Let's not confuse tests and release.
| 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,\ |
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.
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.
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.
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.
@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.
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.
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.
|
Can one of the admins verify this patch? |
|
I will file a new one, close |
enable WoV on mtl hda platform