mirror of https://github.com/thesofproject/sof.git
Tools: Rimage: Config: Add mfcc.toml include for MTL, LNL, PTL
The MFCC component is not loading in these platforms due to
missing edit to <platform>.toml.h.
As editorial change the missing newline in the end of
ptl.toml.h is fixed.
Fixes: f7715b814b
("Audio: MFCC: Fix build of component for current SOF")
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
728fb98d81
commit
298687c016
|
@ -120,5 +120,9 @@
|
|||
#include <audio/igo_nr/igo_nr.toml>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_COMP_MFCC
|
||||
#include <audio/mfcc/mfcc.toml>
|
||||
#endif
|
||||
|
||||
[module]
|
||||
count = __COUNTER__
|
||||
|
|
|
@ -132,5 +132,9 @@
|
|||
#include <audio/igo_nr/igo_nr.toml>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_COMP_MFCC
|
||||
#include <audio/mfcc/mfcc.toml>
|
||||
#endif
|
||||
|
||||
[module]
|
||||
count = __COUNTER__
|
||||
|
|
|
@ -120,5 +120,9 @@ index = __COUNTER__
|
|||
#include <audio/igo_nr/igo_nr.toml>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_COMP_MFCC
|
||||
#include <audio/mfcc/mfcc.toml>
|
||||
#endif
|
||||
|
||||
[module]
|
||||
count = __COUNTER__
|
||||
count = __COUNTER__
|
||||
|
|
Loading…
Reference in New Issue