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

Commit a0e731a4 authored by Alexy Joseph's avatar Alexy Joseph
Browse files

ASoC: msm: qdp6v2: Support 7.1 channel in Proxy



Increase proxy buffering to support 7.1
channels in Proxy. This is required
to support 7.1 WiFi display

CRs-Fixed: 634644
Change-Id: I735754b2c534f304d6b3fd9782e826bd7d5308b4
Signed-off-by: default avatarAlexy Joseph <alexyj@codeaurora.org>
parent 62e43848
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#define MAX_PLAYBACK_NUM_PERIODS (384)

#define MIN_CAPTURE_PERIOD_SIZE (128 * 2 * 4)
#define MAX_CAPTURE_PERIOD_SIZE (128 * 2 * 2 * 6 * 4)
#define MAX_CAPTURE_PERIOD_SIZE (192 * 2 * 2 * 8 * 4)
#define MIN_CAPTURE_NUM_PERIODS (32)
#define MAX_CAPTURE_NUM_PERIODS (384)