multiband_drc: Clean up source_format on component reset

Clean up all contents in component data on reset().

Signed-off-by: Pin-chih Lin <johnylin@google.com>
This commit is contained in:
Pin-chih Lin 2021-07-26 14:02:55 +08:00 committed by Liam Girdwood
parent c9bed91e6d
commit 6af9fc5cfe
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ static int multiband_drc_reset(struct comp_dev *dev)
multiband_drc_reset_state(&cd->state);
cd->source_format = 0;
cd->multiband_drc_func = NULL;
cd->crossover_split = NULL;