summaryrefslogtreecommitdiff
path: root/audio/core/4.0/default/StreamIn.cpp
diff options
context:
space:
mode:
authorKevin Rocard <krocard@google.com>2018-04-19 02:08:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-04-19 02:08:06 +0000
commitf21217f173f07467584d117629958ccfc35f7b3c (patch)
treea990c4104b9efd920443e913e7c0998c58a210ae /audio/core/4.0/default/StreamIn.cpp
parentecc6269f3af10479d8f42453379b0476a43e9d60 (diff)
parent2c6755a00cbeb3ddb1e60b7ea42ae5eca7cbae8e (diff)
Merge "Audio: setParam improve status_t to Result consistency" into pi-dev
Diffstat (limited to 'audio/core/4.0/default/StreamIn.cpp')
-rw-r--r--audio/core/4.0/default/StreamIn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/core/4.0/default/StreamIn.cpp b/audio/core/4.0/default/StreamIn.cpp
index 18719b5da2..718bd25a63 100644
--- a/audio/core/4.0/default/StreamIn.cpp
+++ b/audio/core/4.0/default/StreamIn.cpp
@@ -17,7 +17,7 @@
#define LOG_TAG "StreamInHAL"
#include "core/4.0/default/StreamIn.h"
-#include "core/all-versions/default/Util.h"
+#include "core/4.0/default/Util.h"
#define AUDIO_HAL_VERSION V4_0
#include <core/all-versions/default/StreamIn.impl.h>