aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2020-06-11 17:35:34 -0700
committerPhil Burk <philburk@mobileer.com>2020-06-17 11:21:33 -0700
commita58889973f0dc6dea2e51b351c57ea9131f93a32 (patch)
treec988df24d1c3e2c27d5e035bd849ed3c29afab32 /src
parentd12bb0033fc7b17980334d7e03763f3fc05cc36b (diff)
downloadoboe-a58889973f0dc6dea2e51b351c57ea9131f93a32.tar.gz
oboe: remove debug hack in QuirksManager
Diffstat (limited to 'src')
-rw-r--r--src/common/QuirksManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/QuirksManager.h b/src/common/QuirksManager.h
index 68451af8..196fe204 100644
--- a/src/common/QuirksManager.h
+++ b/src/common/QuirksManager.h
@@ -93,7 +93,7 @@ public:
// On some devices, you can open a mono stream but it is actually running in stereo!
virtual bool isMonoMMapActuallyStereo() const {
- return true; // FIXME
+ return false;
}
bool isAAudioMMapPossible(const AudioStreamBuilder &builder);