Uh oh!
There was an error while loading. Please reload this page.
[RFC]ASoC: SOF: topology: add support for smart amp component - #1343
[RFC]ASoC: SOF: topology: add support for smart amp component#1343xiulipan wants to merge 1 commit into
Conversation
Add enumerations to support smart amp and smart amp demux processing component. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
singalsu
commented
Oct 21, 2019
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? |
juimonen
commented
Oct 21, 2019
juimonen
commented
Oct 21, 2019
but yeah if there are not tokens, then no parsing needed :) |
plbossart
commented
Oct 21, 2019
agree with @singalsu what is so special about the demux here? |
bkokoszx
commented
Oct 21, 2019
@plbossart@singalsu |
plbossart
commented
Oct 21, 2019
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. |
xiulipan
commented
Oct 22, 2019
@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? |
plbossart
commented
Oct 22, 2019
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? |
plbossart
commented
Nov 18, 2019
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