summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenSLESStream.cpp
diff options
context:
space:
mode:
authorMichael Maltese <mchtly@gmail.com>2017-06-26 14:41:12 -0700
committerMichael Maltese <mchtly@gmail.com>2017-06-26 15:01:07 -0700
commitb2c9d6d21746cc23ae092f772194346eadef7aa0 (patch)
tree4c8410fffa9eab8efbf1a464634a28e5e1dd0a53 /Source/Core/AudioCommon/OpenSLESStream.cpp
parentaa020040f6a1e47950d81d567a91101a42647901 (diff)
Rename CMixer to Mixer
Diffstat (limited to 'Source/Core/AudioCommon/OpenSLESStream.cpp')
-rw-r--r--Source/Core/AudioCommon/OpenSLESStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/OpenSLESStream.cpp b/Source/Core/AudioCommon/OpenSLESStream.cpp
index 339af3a5ad..a65e4407a8 100644
--- a/Source/Core/AudioCommon/OpenSLESStream.cpp
+++ b/Source/Core/AudioCommon/OpenSLESStream.cpp
@@ -24,7 +24,7 @@ static SLPlayItf bqPlayerPlay;
static SLAndroidSimpleBufferQueueItf bqPlayerBufferQueue;
static SLMuteSoloItf bqPlayerMuteSolo;
static SLVolumeItf bqPlayerVolume;
-static CMixer* g_mixer;
+static Mixer* g_mixer;
#define BUFFER_SIZE 512
#define BUFFER_SIZE_IN_SAMPLES (BUFFER_SIZE / 2)