diff options
author | Kevin Rocard <krocard@google.com> | 2018-04-19 03:32:46 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-04-19 03:32:46 +0000 |
commit | 3c50fab04876f7fc3c6a02f42b718be27944c0fc (patch) | |
tree | 8950def2175740193329ea8e92a3643519682e73 /audio/core/4.0/default/StreamOut.cpp | |
parent | f21217f173f07467584d117629958ccfc35f7b3c (diff) | |
parent | f26235fde01ec013846db8ebefa301d8523cb2c8 (diff) |
Merge "Revert "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 db88e401d2..11c8fde663 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/4.0/default/Util.h" +#include "core/all-versions/default/Util.h" #define AUDIO_HAL_VERSION V4_0 #include <core/all-versions/default/StreamOut.impl.h> |