-
Notifications
You must be signed in to change notification settings - Fork 140
[RFC]ASoC: SOF: topology: add support for smart amp component #1343
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
Add enumerations to support smart amp and smart amp demux processing component. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
|
Could the smart amp demux be called just demux or make existing demux capable enough to support smart amp needs? Is there something that makes it special for smart amps only? |
|
but yeah if there are not tokens, then no parsing needed :) |
|
agree with @singalsu what is so special about the demux here? |
|
@plbossart @singalsu |
what algorithms? if there are algorithms to combine multiple channels, they should be in the smart amp component, I don't get how you would require the processing to be split in two components, with potentially the risk of channel combination being misaligned with what the smart amp processing assumes or does. |
|
@plbossart @bkokoszx @singalsu Sorry to forget the [RFC] tag. @bkokoszx said we will need no other tokens. So no new parse is needed. @plbossart Do we need a ABI for change like this? |
|
moving this PR to the 'Unclear' bucket since I just don't understand the directions @lbetlej you may want to chime in on why we need a different demux? |
|
closing since there's been no activity in 27 days. |
Add enumerations to support smart amp and smart amp demux processing
component.
Signed-off-by: Pan Xiuli xiuli.pan@linux.intel.com