Skip to content

Commit f27085f

Browse files
singalsulgirdwood
authored andcommitted
Tools: Tune: Multiband-DRC: Add comment about generator script
This patch helps to find the right tool to create the setup blobs. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 623bc38 commit f27085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tune/multiband_drc/example_multiband_drc.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function export_multiband_drc(prm)
139139
endian, 4);
140140

141141
tplg_write(tplg1_fn, blob8, "MULTIBAND_DRC");
142-
tplg2_write(tplg2_fn, blob8_ipc4, "multiband_drc_config", 'Exported Control Bytes');
142+
tplg2_write(tplg2_fn, blob8_ipc4, "multiband_drc_config", "Exported with script example_multiband_drc.m");
143143
blob_write(blob3_fn, blob8);
144144
alsactl_write(alsa3_fn, blob8);
145145
blob_write(blob4_fn, blob8_ipc4);

0 commit comments

Comments
 (0)