Skip to content

Commit

Permalink
Tools: Tune: Multiband-DRC: Add comment about generator script
Browse files Browse the repository at this point in the history
This patch helps to find the right tool to create the setup blobs.

Signed-off-by: Seppo Ingalsuo <[email protected]>
  • Loading branch information
singalsu authored and lgirdwood committed Sep 13, 2023
1 parent 623bc38 commit f27085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tune/multiband_drc/example_multiband_drc.m
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function export_multiband_drc(prm)
endian, 4);

tplg_write(tplg1_fn, blob8, "MULTIBAND_DRC");
tplg2_write(tplg2_fn, blob8_ipc4, "multiband_drc_config", 'Exported Control Bytes');
tplg2_write(tplg2_fn, blob8_ipc4, "multiband_drc_config", "Exported with script example_multiband_drc.m");
blob_write(blob3_fn, blob8);
alsactl_write(alsa3_fn, blob8);
blob_write(blob4_fn, blob8_ipc4);
Expand Down

0 comments on commit f27085f

Please sign in to comment.