Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
This commit is contained in:
parent
3515fd18d4
commit
8dc3b2303d
|
@ -225,7 +225,7 @@ struct post_test post_list[] =
|
||||||
CFG_POST_DSP
|
CFG_POST_DSP
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
#if CONFIG_POST & CFG_POST_DSP
|
#if CONFIG_POST & CFG_POST_CODEC
|
||||||
{
|
{
|
||||||
"CODEC test",
|
"CODEC test",
|
||||||
"codec",
|
"codec",
|
||||||
|
|
Loading…
Reference in New Issue