Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e3fddaa authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "post_proc: Fix improper datatype of EQ preset band level value"

parents ce238072 1eae625b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ static const uint32_t equalizer_band_freq_range[NUM_EQ_BANDS][2] = {
                                       {1800001, 7000000},
                                       {7000001, 20000000}};

static const uint16_t equalizer_band_presets_level[] = {
static const int16_t equalizer_band_presets_level[] = {
                                        3, 0, 0, 0, 3,      /* Normal Preset */
                                        5, 3, -2, 4, 4,     /* Classical Preset */
                                        6, 0, 2, 4, 1,      /* Dance Preset */