Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dummy smart_amp: copy input_pins and output_pin separately.
The original code confuses static code analyzers since it was relying on the fact that we have the 2x input and 1x output pin config in adjacent position in smart_amp_data struct similarly to the extended module configuration. While it works, it is not a good practice. Split the copy of input and output pin formats to make the code obvious and less error prone. Fixes: andrula-song@ bcc1407 ("smart_amp_test: Split the module config and blob receiving for IPC4") Signed-off-by: Andrula Song <andrula.song@intel.com>
- Loading branch information