diff --git a/tools/tune/eq/eq_tplg_write.m b/tools/tune/eq/eq_tplg_write.m index fc6f13236..1d9b29a24 100644 --- a/tools/tune/eq/eq_tplg_write.m +++ b/tools/tune/eq/eq_tplg_write.m @@ -44,7 +44,7 @@ blob8_new(1:n_orig) = blob8; fh = fopen(fn, 'w'); nl = 8; fprintf(fh, '# %s %s\n', comment, date()); -fprintf(fh, 'CONTROLBYTES_PRIV(EQ%s_priv,\n', upper(eqtype)); +fprintf(fh, 'CONTROLBYTES_PRIV(EQ%s_priv,\n', eqtype); fprintf(fh, '` bytes "'); for i = 1:nl:n_new if i > 1