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 sparse and 64 bit build issues
The comp_err() trace in mfcc_init() causes an error: sof/src/audio/mfcc/mfcc.c: In function 'mfcc_init': sof/src/include/sof/audio/component.h:160:20: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Werror=format=] The sparse error is sof/src/include/sof/audio/mfcc/mfcc_comp.h:128:27: error: dubious one-bit signed bitfield Signed-off-by: Seppo Ingalsuo <[email protected]>
- Loading branch information