Uh oh!
There was an error while loading. Please reload this page.
Pass uuid token to the smart_amp widget - #3374
Conversation
This patch adds the uuid argument to smart_amp widget, uuid parameter can be configured by the topology files while integrating any new component. If not configured, uuid will be assigned with the UUID of the smart_amp_test component as default value. Signed-off-by: Dharageswari R <dharageswari.r@intel.com>
This patch adds UUID for Maxim DSM component in sof-tgl-max98373-rt5682. Signed-off-by: Dharageswari R <dharageswari.r@intel.com>
| # UUID related | ||
| DECLARE_SOF_RT_UUID("Maxim DSM", maxim_dsm_comp_uuid, 0x0cd84e80, 0xebd3, | ||
| 0x11ea, 0xad, 0xc1, 0x02, 0x42, 0xac, 0x12, 0x00, 0x02); | ||
| define(`SMART_UUID', maxim_dsm_comp_uuid) |
There was a problem hiding this comment.
This means we will test Maxim DSM only with this tplg, are we ready for that?
There was a problem hiding this comment.
OK, then the PR here looks good to me, let's wait until the UUID change applied and then apply this here.
lgirdwood
commented
Sep 2, 2020
SOFCI TEST |
lgirdwood
commented
Sep 2, 2020
Rerun CI, not sure why qemu check would fail here. |
Hi Liam, Thanks, |
@RDharageswari I'm not sure here, thei PR is unreleted to the qemu error (as it does not load topology in that test). The jenkins CI issue is know. @xiulipan any inputs on qmeu failure ? |
xiulipan
commented
Sep 10, 2020
@lgirdwood No idea now, will try to check if this is some issue or random failure. |
This patch set adds the uuid argument to smart_amp widget, uuid parameter can be configured by the topology files while integrating any new component. If not configured, uuid will be assigned with the UUID of the smart_amp_test component as default value.
It also includes the changes to sof-tgl-max98373-rt5682, to add the UUID of Maxim DSM component