diff options
author | Kevin Rocard <krocard@google.com> | 2018-04-19 03:29:55 +0000 |
---|---|---|
committer | Kevin Rocard <krocard@google.com> | 2018-04-19 03:29:55 +0000 |
commit | f26235fde01ec013846db8ebefa301d8523cb2c8 (patch) | |
tree | 8af4d4cbd997c1bb8ba0187118a3dabd0a004a99 /audio/core/2.0/default/Stream.cpp | |
parent | 2c6755a00cbeb3ddb1e60b7ea42ae5eca7cbae8e (diff) |
Revert "Audio: setParam improve status_t to Result consistency"
This commit broke sailfish build in V4 due to
https://cs.corp.google.com/android/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/PrimaryDevice.impl.h?q=hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/PrimaryDevice.impl.h:251
not being updated.
This is really strange as
1) sailfish should not build the V4 code in the first place
2) walleye is not broken although it should be the broken code
3) neither treehugger nor my local builds found this issue
Revert to give the time to investigate.
This reverts commit 2c6755a00cbeb3ddb1e60b7ea42ae5eca7cbae8e.
Reason for revert: <INSERT REASONING HERE>
Change-Id: Ibf5270c15d52212a41b3b4eb4c0fcfe82a08fd6b
Diffstat (limited to 'audio/core/2.0/default/Stream.cpp')
-rw-r--r-- | audio/core/2.0/default/Stream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/core/2.0/default/Stream.cpp b/audio/core/2.0/default/Stream.cpp index 0863a7c399..69ee659811 100644 --- a/audio/core/2.0/default/Stream.cpp +++ b/audio/core/2.0/default/Stream.cpp @@ -19,7 +19,6 @@ #include "core/2.0/default/Stream.h" #include "common/all-versions/default/EffectMap.h" #include "core/2.0/default/Conversions.h" -#include "core/2.0/default/Util.h" #define AUDIO_HAL_VERSION V2_0 #include <core/all-versions/default/Stream.impl.h> |