-
Notifications
You must be signed in to change notification settings - Fork 322
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
platforms:tgl: Configure format converter for IPC4 when building for Zephyr #5566
platforms:tgl: Configure format converter for IPC4 when building for Zephyr #5566
Conversation
2a0a6ef
to
5172fb3
Compare
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 do we disable HiFi3 ?
Currently ipc4 format conversion doesn't support HIFI3, so only generic format conversion is supported. The issue has been temporarily addressed by bf191f6 |
@singalsu how much effort to add the HiFi3 PCM converter support ? This will give some parity when testing IPC4 code and topologies on TGL/ADL. |
@XiaoyunWu6666 can you fix the conflict. Thanks. |
@RanderWang @lgirdwood Can you provide more details about what is the missing piece in IPC4 HiFi3 pcm conversion. Also I find it hard to test anything IPC4 related, no testbench, no cmocka. E.g. the IPC4 only components. |
@singalsu IIUC the PCM converter in IPC4 uses HiFi4 and converts all the PCM formats for Windows, but the Hifi3 version is missing some of the format conversions. Please take a quick check of the Hifi4 code and see if the missing conversions are obvious. Thanks |
5172fb3
to
b8641c8
Compare
Enable format converters when building tgl firmware with Zephyr and IPC4. Signed-off-by: Iris Wu <xiaoyun.wu@intel.com>
Enable format converters when building tgl firmware with Zephyr and IPC4.
Signed-off-by: Iris Wu xiaoyun.wu@intel.com