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:
Seppo Ingalsuo 2024-08-28 12:25:05 +03:00 committed by Liam Girdwood
parent 728fb98d81
commit 298687c016
3 changed files with 13 additions and 1 deletions

View File

@ -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__

View File

@ -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__

View File

@ -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__