Uh oh!
There was an error while loading. Please reload this page.
[topology] Add KWD tplg for TGL - #2405
Conversation
lgirdwood
commented
Feb 19, 2020
@slawblauciak@mengdonglin@xiulipan@tlauda it appears we still have the DAI IPC timeout (unrelated to this PR but in the CI results) |
xiulipan
commented
Feb 20, 2020
@lgirdwood It seems the XCC FW for CI is not enabled for this PR test. I will try to re-run this test to see if the same issue can be seen.
|
xiulipan
commented
Feb 20, 2020
SOFCI TEST |
2 similar comments
lgirdwood
commented
Feb 26, 2020
SOFCI TEST |
lgirdwood
commented
Feb 28, 2020
SOFCI TEST |
juimonen
left a comment
There was a problem hiding this comment.
commit message: dection -> detection, also dmis -> dmic (?)
lgirdwood
commented
Mar 2, 2020
SOFCI TEST |
lgirdwood
commented
Mar 2, 2020
The WHL DUT has been rebooted so retest. |
xiulipan
commented
Mar 6, 2020
@lgirdwood Maybe we need to wait for the TGL FW update here. I actually removed all HDMI PCM to make this tplg loaded on TGL. |
lgirdwood
commented
Mar 6, 2020
SOFCI TEST |
lgirdwood
commented
Mar 6, 2020
Licence server timeout on CI |
c9012be to
4df04beComparexiulipan
commented
Mar 26, 2020
@sathya-nujella@RDharageswari could you help to test and review? |
lgirdwood
commented
Mar 26, 2020
Jenkins known issues. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
xiulipan
commented
Mar 27, 2020
@RDharageswari@keqiaozhang Could you help to test the new tplg with vol in KDW pipeline? |
keqiaozhang
commented
Mar 27, 2020
@xiulipan Verified this new tplg on TGL, KWD works, no obvious issues found. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
xiulipan
commented
Mar 30, 2020
@lgirdwood@jajanusz updated, ping for review. |
lgirdwood
left a comment
There was a problem hiding this comment.
Looks like some macros are in the wrong place ?
Uh oh!
There was an error while loading. Please reload this page.
The PCM ID should use PCM_ID instead for PIPELINE_ID Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Add vol comp before kfbm comp in pipe-vol-kfbm-capture. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Add generic dmic kwd template. Need to define flowing variable to make it work: CHANNELS: channel for the DMIC KFBM_TYPE: kfpm or vol-kfpm DMIC_PCM_48K_ID: PCM ID for 48K DMIC DMIC_PIPELINE_48k_ID: pipeline ID for 48K DMIC DMIC_DAI_LINK_48K_ID: dai link ID in machine dirver for 48K DMIC DMIC_PCM_16k_ID: PCM ID for KWD 16K DMIC DMIC_PIPELINE_16k_ID: pipeline ID for 16K DMIC DMIC_PIPELINE_KWD_ID: pipeline ID for KWD DMIC_DAI_LINK_16k_ID: dai link ID in machine driver for 16K DMIC Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Add KWD pipeline with kfpm only for HDA generic topology. DMIC 48K have PCM 6 DMIC 16K have PCM 7 Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Add KWD pipelines with vol-kfpm pipe using intel-generic-dmic-kwd tmplate. 48K DMIC still uses PCM 99 Add 16K DMIC KWD on PCM 100 Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
xiulipan
commented
Apr 1, 2020
@lgirdwood@RDharageswari updated, ping for review. |
xiulipan
commented
Apr 2, 2020
@jajanusz Can you check update and merge this PR |
lgirdwood
commented
Apr 2, 2020
CI known issues. @jajanusz good to go once you are ready. |
Add vol-kfbm pipe
Add DMIC KWD template for intel.
Add KWD pipeline in hda_generic pipeline with above template