diff --git a/Source/Core/AudioCommon/AlsaSoundStream.h b/Source/Core/AudioCommon/AlsaSoundStream.h index 53053debebad..721fbbd43bf7 100644 --- a/Source/Core/AudioCommon/AlsaSoundStream.h +++ b/Source/Core/AudioCommon/AlsaSoundStream.h @@ -60,6 +60,6 @@ class AlsaSound final : public SoundStream std::mutex cv_m; snd_pcm_t *handle; - int frames_to_deliver; + unsigned int frames_to_deliver; #endif };