Skip to content
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

boards: config: add U8 bit format support for PTL #9257

Merged

Conversation

dnikodem
Copy link
Contributor

Add defines in PTL config files to support U8 bit format.

Add defines in PTL config files to support U8 bit format.

Signed-off-by: Damian Nikodem <damian.nikodem@intel.com>
@dnikodem dnikodem marked this pull request as ready for review June 25, 2024 15:34
@@ -40,6 +40,8 @@ CONFIG_L3_HEAP=y
CONFIG_RIMAGE_SIGNING_SCHEMA="ptl"

CONFIG_FORMAT_CONVERT_HIFI3=n
CONFIG_FORMAT_U8=y
CONFIG_PCM_CONVERTER_FORMAT_U8=y
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious, why don't ACE 1.5 and 2.0 support it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is good question - support for U8 was tested on PTL, not sure if it is working on ACE1.5/2.0 as well (It is globally disabled in Kconfig files). From the code analysis, it appears that this format could be supported for both ACE3.0 and ACE1.5/2.0 - but the question is: do we have any requirement for support this on ACE1.5/2.0?

@lgirdwood lgirdwood merged commit 75778fc into thesofproject:main Jun 26, 2024
42 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants