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

Commit 5bfa94c5 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

libeffects: Fix EQ's 5th band upper limit

The old value: "1" is invalid, as follows from the code that
uses these values.

Bug: 36651594
Change-Id: I0516272241ffc1c4d346d8d66b06169b981bae2c
Test: VTS test for Audio Effects
(cherry picked from commit 3cf26444)
parent 34bc4d97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ static const uint32_t bandFreqRange[FIVEBAND_NUMBANDS][2] = {
                                       {120001, 460000},
                                       {460001, 1800000},
                                       {1800001, 7000000},
                                       {7000001, 1}};
                                       {7000001, 20000000}};

//Note: If these frequencies change, please update LimitLevel values accordingly.
static const LVM_UINT16  EQNB_5BandPresetsFrequencies[] = {