summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'audio/2.0/default/StreamOut.cpp')
-rw-r--r--audio/2.0/default/StreamOut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/2.0/default/StreamOut.cpp b/audio/2.0/default/StreamOut.cpp
index 22dcd0c9..0bedc74b 100644
--- a/audio/2.0/default/StreamOut.cpp
+++ b/audio/2.0/default/StreamOut.cpp
@@ -302,7 +302,7 @@ Return<void> StreamOut::prepareForWriting(uint32_t frameSize,
302 ThreadInfo threadInfo = {0, 0}; 302 ThreadInfo threadInfo = {0, 0};
303 303
304 // Wrap the _hidl_cb to return an error 304 // Wrap the _hidl_cb to return an error
305 auto sendError = [this, &threadInfo, &_hidl_cb](Result result) { 305 auto sendError = [&threadInfo, &_hidl_cb](Result result) {
306 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), 306 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(),
307 StatusMQ::Descriptor(), threadInfo); 307 StatusMQ::Descriptor(), threadInfo);
308 308