commit | 2411decf88e46d1c970fb1603649116648662279 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Jul 31 21:31:43 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jul 31 21:31:43 2018 +0000 |
tree | 5382db1c8386138d6d6ee2a1800f7bc248e95fd9 | |
parent | ed7ca10dcde6af0063c59c4b4c5c6209f9e32496 [diff] | |
parent | cfdbd6bbcb7d4c24da26ca1024b81866dc4660d6 [diff] |
Merge "For high sample rates, lock input & output sample rate if possible."
diff --git a/hardware.c b/hardware.c index 224297c..1261445 100644 --- a/hardware.c +++ b/hardware.c
@@ -134,7 +134,7 @@ } } else { ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p", - id, path, *pHmi, handle); + id, path, hmi, handle); } *pHmi = hmi;