Uh oh!
There was an error while loading. Please reload this page.
native drivers test - #6438
Conversation
d19dec5 to
8794603Comparedea20f9 to
33eb611Comparelgirdwood
commented
Nov 11, 2022
@juimonen@abonislawski good work guys - I was able to move dai-legacy.h and dai-zephyr.h to the xtos/zephyr folders without too much pain. @juimonen can you pls complete my topic/lrg/rtos-dai branch for the dai header move. It shows we still use some xtos headers for dai api, but the number is getting smaller :) |
9bd33bc to
6596054Comparelgirdwood
commented
Nov 18, 2022
@juimonen how is this looking and the dai.h move looking. Do we have an ETA ? |
juimonen
commented
Nov 18, 2022
This has now some experimental commits for the hda dai -> but if you look at my last comments in zephyrproject-rtos/zephyr#51000, we probably need to go first with the 19 hda nodes. So test results are good for all dais -> we should/could move to native immediately after above hda dai pr is merged (with tgl DT entries). |
There was a problem hiding this comment.
could simplify this a bit by placing
if (cfg->type != type)
continue;
before the switch
dbcc33c to
acb38a5CompareSet tgl ipc4 overlays to use zephyr native drivers. Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
Upgrade Zephyr to stable2.4 branch in thesofproject, which has cherry-picked hda dai not yet in zephyr upstream. Other changes only from zephyr upstream. bd60b9289a635 hda dai 063984d0b8dec zephyr upstream main Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
170cab6 to
782763fComparejuimonen
commented
Dec 20, 2022
closing, everything merged in other PRs. |
test native drivers build
Signed-off-by: Jaska Uimonen jaska.uimonen@intel.com