Tools: Testbench: Fix long line

The line with multiband_drc library was too long for
checkpatch.pl check.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2022-01-25 17:16:49 +02:00 committed by Liam Girdwood
parent cd3795d694
commit d155401343
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ struct shared_lib_table lib_table[NUM_WIDGETS_SUPPORTED] = {
{"crossover", "libsof_crossover.so", SOF_COMP_NONE, SOF_TB_UUID(crossover_uuid), 0, NULL},
{"tdfb", "libsof_tdfb.so", SOF_COMP_NONE, SOF_TB_UUID(tdfb_uuid), 0, NULL},
{"drc", "libsof_drc.so", SOF_COMP_NONE, SOF_TB_UUID(drc_uuid), 0, NULL},
{"multiband_drc", "libsof_multiband_drc.so", SOF_COMP_NONE, SOF_TB_UUID(multiband_drc_uuid), 0, NULL},
{"multiband_drc", "libsof_multiband_drc.so", SOF_COMP_NONE,
SOF_TB_UUID(multiband_drc_uuid), 0, NULL},
};
/* compatible variables, not used */