dsp: Another warning fix in the compressor.

Change-Id: Ie4266d4d71d7b8f2faae9c5f4924e0d07ceae4e6
This commit is contained in:
Solomon Peachy 2025-04-22 10:09:53 -04:00
parent 303f262acb
commit 865de6b907

View file

@ -280,7 +280,7 @@ static bool compressor_update(struct dsp_config *dsp,
* (ratio - 1) / ratio);
else
/* offset = -3db for hard limit */
db_curve[2].offset = (-3 << 16);
db_curve[2].offset = (-3UL << 16);
}
else
{