summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/AudioCommon/AlsaSoundStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/AlsaSoundStream.h b/Source/Core/AudioCommon/AlsaSoundStream.h
index 53053debeb..721fbbd43b 100644
--- a/Source/Core/AudioCommon/AlsaSoundStream.h
+++ b/Source/Core/AudioCommon/AlsaSoundStream.h
@@ -60,6 +60,6 @@ private:
std::mutex cv_m;
snd_pcm_t *handle;
- int frames_to_deliver;
+ unsigned int frames_to_deliver;
#endif
};