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

Commit 2546f8a9 authored by Samyak Jain's avatar Samyak Jain Committed by Gerrit - the friendly Code Review server
Browse files

hal: Update PCM_OFFLOAD_PLAYBACK_LATENCY value

update PCM_OFFLOAD_PLAYBACK_LATENCY value to pcm offload
dsp path delay

Change-Id: Ia0ccfbd40254f172d9ae48eb5acab5cc322e936c
parent 7a2f2c06
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -104,8 +104,7 @@
/* ToDo: Check and update a proper value in msec */
#define COMPRESS_OFFLOAD_PLAYBACK_LATENCY  50
#define PCM_OFFLOAD_PLAYBACK_DSP_PATHDELAY 62
#define PCM_OFFLOAD_PLAYBACK_LATENCY \
    (PCM_OFFLOAD_BUFFER_DURATION + PCM_OFFLOAD_PLAYBACK_DSP_PATHDELAY)
#define PCM_OFFLOAD_PLAYBACK_LATENCY PCM_OFFLOAD_PLAYBACK_DSP_PATHDELAY

#ifndef MAX_CHANNELS_SUPPORTED
#define MAX_CHANNELS_SUPPORTED 8