techpack/audio: reduce lsm-client wakelock to 500ms

This gets stuck with a whopping 2000ms timeout.

Change-Id: If3e7e15ba5c455d4fa77990a903b360af853c6aa
Signed-off-by: Vaisakh Murali <mvaisakh@statixos.com>
This commit is contained in:
Vaisakh Murali
2023-03-30 23:53:32 +06:00
committed by Wiktor Rudzki
parent 82bff15062
commit 3593cb4955

View File

@@ -34,7 +34,7 @@
#define CAPTURE_MIN_PERIOD_SIZE 320
#define LISTEN_MAX_STATUS_PAYLOAD_SIZE 256
#define WAKELOCK_TIMEOUT 2000
#define WAKELOCK_TIMEOUT 500
#define LAB_BUFFER_ALLOC 1
#define LAB_BUFFER_DEALLOC 0