-
Notifications
You must be signed in to change notification settings - Fork 349
Tools: Topology: Add to nocodec support for float sample type #10042
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
Tools: Topology: Add to nocodec support for float sample type #10042
Conversation
lgirdwood
left a comment
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.
LGTM
|
@singalsu are we pending any kernel or FW PRs ? |
Yes we do, the patch needs thesofproject/linux#5401 . |
To enable testing of new feature, this patch adds to nocodec topologies to PCM0 host copier playback and capture the support for 8-bit formats unsigned, A-law, and mu-law. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This type adds to nocodec PCM and host-copier FLOAT_LE format support. The float format is converted at host-copier to/from normal S32_LE pipelines format. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
b8224fd to
49cc965
Compare
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
49cc965 to
365b188
Compare
|
Rebase and push to get CI results with float and 8-bit supported kernel. Previous run was before the needed patches. |
|
Changing to non-draft, the nocodec playback all formats and capture all formats passed with new kernel. |
lgirdwood
left a comment
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.
@ujfalusi good for you ?
No description provided.