-
Notifications
You must be signed in to change notification settings - Fork 349
[RFC]topology: add smart amp for apl pcm512x #1983
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
Conversation
|
@bkokoszx Add a volume comp in the pipeline. Not sure if this is the right way to make the pipeline. |
|
@xiulipan |
Add smart amp topology macro and an example tplg for apl pcm512x. only s16le/s32le format is support for amp now. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
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.
@xiulipan do we need any tokens or ABI update ?
|
@lgirdwood From @bkokoszx and the test result the only token we add was one more string value for |
|
@xiulipan ABI labels added, please assign ABI minor to align with kernel. |
|
Due to PR#2029 merge and CI bit depth conversion tests changes - this PR require rebase. |
|
@xiulipan ping ? |
|
@xiulipan ping? |
|
@xiulipan moving to v1.7 and ABI 3.18 |
|
@lgirdwood Close this as we already have smart amp support and test topology, |
Add smart amp topology macro and an example tplg for
apl pcm512x.
Signed-off-by: Pan Xiuli xiuli.pan@linux.intel.com