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

Commit 122574f9 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix "hardware/qcom/audio/post_proc/effect_api.c:67:17: error: use of...

Fix "hardware/qcom/audio/post_proc/effect_api.c:67:17: error: use of undeclared identifier 'EINVAL'"

Change-Id: I09c96c1a0b6f57c42969a375fedb0cb5b0b66c40
parent ff66aab9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#define LOG_TAG "offload_effect_api"
//#define LOG_NDEBUG 0

#include <errno.h>
#include <stdbool.h>
#include <cutils/log.h>
#include <tinyalsa/asoundlib.h>