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

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

Merge "hal: Reduce minimum offload fragment size for PCM offload"

parents 68e5a001 de7d1750
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@
 * 24 - lcm of channels supported by DSP
 */
#define MAX_PCM_OFFLOAD_FRAGMENT_SIZE (240 * 1024)
#define MIN_PCM_OFFLOAD_FRAGMENT_SIZE (4 * 1024)
#define MIN_PCM_OFFLOAD_FRAGMENT_SIZE  512

/*
 * Offload buffer size for compress passthrough
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@
 * 24 - lcm of channels supported by DSP
 */
#define MAX_PCM_OFFLOAD_FRAGMENT_SIZE (240 * 1024)
#define MIN_PCM_OFFLOAD_FRAGMENT_SIZE (4 * 1024)
#define MIN_PCM_OFFLOAD_FRAGMENT_SIZE 512

/*
 * Offload buffer size for compress passthrough