diff options
author | Kevin Rocard <krocard@google.com> | 2018-04-19 02:08:06 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-04-19 02:08:06 +0000 |
commit | f21217f173f07467584d117629958ccfc35f7b3c (patch) | |
tree | a990c4104b9efd920443e913e7c0998c58a210ae /audio/core/4.0/default/StreamOut.cpp | |
parent | ecc6269f3af10479d8f42453379b0476a43e9d60 (diff) | |
parent | 2c6755a00cbeb3ddb1e60b7ea42ae5eca7cbae8e (diff) |
Merge "Audio: setParam improve status_t to Result consistency" into pi-dev
Diffstat (limited to 'audio/core/4.0/default/StreamOut.cpp')
-rw-r--r-- | audio/core/4.0/default/StreamOut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/core/4.0/default/StreamOut.cpp b/audio/core/4.0/default/StreamOut.cpp index 11c8fde663..db88e401d2 100644 --- a/audio/core/4.0/default/StreamOut.cpp +++ b/audio/core/4.0/default/StreamOut.cpp @@ -17,7 +17,7 @@ #define LOG_TAG "StreamOutHAL" #include "core/4.0/default/StreamOut.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/StreamOut.impl.h> |