-
Notifications
You must be signed in to change notification settings - Fork 349
topology2: add WoV test topology on HDA platform #7236
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,8 @@ | |
| <gain-capture.conf> | ||
| <deepbuffer-playback.conf> | ||
| <passthrough-be.conf> | ||
| <dai-kpb-be.conf> | ||
| <wov-detect.conf> | ||
| <passthrough-capture-be.conf> | ||
| <highpass-capture-be.conf> | ||
| <data.conf> | ||
|
|
@@ -32,6 +34,10 @@ | |
| <hw_config.conf> | ||
| <manifest.conf> | ||
| <route.conf> | ||
| <output_pin_binding.conf> | ||
| <kpb.conf> | ||
| <input_audio_format.conf> | ||
| <output_audio_format.conf> | ||
| <common_definitions.conf> | ||
| <dmic-default.conf> | ||
| <hdmi-default.conf> | ||
|
|
@@ -48,6 +54,18 @@ Define { | |
| DMIC0_DAI_GAIN 'eqiir.12.1' | ||
| DMIC0_DAI_EQIIR "highpass_40hz_20db" | ||
| DMIC0_PCM_CAPS 'Gain Capture 11' | ||
| DMIC1_PCM_CAPS 'DMIC1 WOV Capture' | ||
| DMIC1_HOST_PIPELINE_ID 16 | ||
| DMIC1_DAI_PIPELINE_ID 17 | ||
| WOV_PIPELINE_ID 18 | ||
| DMIC1_HOST_PIPELINE_SINK 'copier.host.16.1' | ||
| DMIC_WOV_DAI_PIPELINE_SRC 'copier.DMIC.17.1' | ||
| DMIC_WOV_DAI_PIPELINE_KPB 'kpb.17.1' | ||
| WOV_PIPELINE_SINK 'micsel.18.1' | ||
|
Contributor
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. The dmic-default.conf defines this:
Collaborator
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. dmic-default.conf defines the default values used commonly for dmic, in most cases, if there is exception, we should do the change in the top-level topology. |
||
| WOV_PIPELINE_VIRTUAL 'virtual.detect_sink' | ||
| WOV_CPC '360000' | ||
| DMIC1_PCM_CAPS 'DMIC1 WOV Capture' | ||
| DMIC1_PIPELINE_STREAM_NAME 'copier.DMIC.17.1' | ||
| } | ||
|
|
||
| # override defaults with platform-specific config | ||
|
|
||
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.
should we have test modules in generic, used in real devices, products topology? I don't really want to have this on my personal laptop, to be honest...
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.
@ujfalusi This is in development/ folder, not to be shipped (e.g. sod-hda-src-generic is not shipped).
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.
Oh, right, it was not indicated in commit title or message..