Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Audio: MFCC: Fix testbench xt build fail
Build with "scripts/rebuild-testbench -p tgl" fails to error: src/audio/mfcc/mfcc_hifi3.c: In function ‘mfcc_source_copy_s16’: src/audio/mfcc/mfcc_hifi3.c:91: warning: assignment from incompatible pointer type src/audio/mfcc/mfcc_hifi3.c: In function ‘mfcc_fill_prev_samples’: src/audio/mfcc/mfcc_hifi3.c:124: warning: assignment from incompatible pointer type src/audio/mfcc/mfcc_hifi3.c: In function ‘mfcc_fill_fft_buffer’: src/audio/mfcc/mfcc_hifi3.c:159: warning: assignment from incompatible pointer type fixes: d0cb478 ("Audio: MFCC: Add HiFi3 implementation of MFCC") Signed-off-by: Seppo Ingalsuo <[email protected]>
- Loading branch information