Loading hal/audio_extn/utils.c +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
hal/audio_extn/utils.c +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading