thesofproject / rimage

DSP firmware image creation and signing tool
Other
7 stars 62 forks source link

mtl: add eq-iir and fir support #143

Closed RanderWang closed 1 year ago

RanderWang commented 1 year ago

Port from tgl-cavs.toml

fixes bug : https://github.com/thesofproject/sof/issues/7204 ([BUG] missing IIR EQ module config in rimage for MTL)

marc-hb commented 1 year ago

The size of these configuration files seems to be spiralling out of control. The number of magic numbers is pretty scary too.

They should probably have not been located in the rimage.git repo but in the sof.git repo instead: isn't the dependency on sof.git tighter than on rimage.git code?