Tools: Topology: Fix mistake in IIR pipeline macros undefine()

This pipeline macro defined macros for IIR so the clear of
FIR related macros is not correct.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2020-05-13 13:30:45 +03:00 committed by Liam Girdwood
parent e081ba8e01
commit 4b8cb6edc7
1 changed files with 2 additions and 2 deletions

View File

@ -125,5 +125,5 @@ PCM_CAPABILITIES(Highpass Capture PCM_ID, `S32_LE,S24_LE,S16_LE',
undefine(`DEF_PGA_TOKENS')
undefine(`DEF_PGA_CONF')
undefine(`DEF_EQFIR_COEF')
undefine(`DEF_EQFIR_PRIV')
undefine(`DEF_EQIIR_COEF')
undefine(`DEF_EQIIR_PRIV')