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

Commit 00612709 authored by Mikhail Naganov's avatar Mikhail Naganov Committed by android-build-merger
Browse files

Merge "libeffects: Fix EQ's 5th band upper limit" into oc-dev

am: e7d8c62d

Change-Id: Iaee3bad7c319bc230982dbd48ada67c22cb45058
parents 9ad9ede5 e7d8c62d
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[] = {