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/Device.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/Device.cpp')
-rw-r--r-- | audio/core/4.0/default/Device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/core/4.0/default/Device.cpp b/audio/core/4.0/default/Device.cpp index b33434ecfb..26f9ab4a70 100644 --- a/audio/core/4.0/default/Device.cpp +++ b/audio/core/4.0/default/Device.cpp @@ -21,7 +21,7 @@ #include "core/4.0/default/Conversions.h" #include "core/4.0/default/StreamIn.h" #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/Device.impl.h> |