From d6df7f742b7d43c2f1aacd6fdd76cb06eed1797d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 23 Dec 2016 14:29:07 -0500 Subject: [PATCH] Revert "move SoundIoBackendDummy enum item position" This reverts commit ef889fb188834a7f3e4bcc7d630c26c2bcc0a77d. On second thought, we currently depend on Dummy being in the last position. New backend additions are rare enough that we can roll major version for them. --- soundio/soundio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soundio/soundio.h b/soundio/soundio.h index 43af008..a530f9a 100644 --- a/soundio/soundio.h +++ b/soundio/soundio.h @@ -217,13 +217,13 @@ enum SoundIoChannelLayoutId { enum SoundIoBackend { SoundIoBackendNone, - SoundIoBackendDummy, SoundIoBackendJack, SoundIoBackendPulseAudio, SoundIoBackendAlsa, SoundIoBackendCoreAudio, SoundIoBackendWasapi, - SoundIoBackendAndroid + SoundIoBackendAndroid, + SoundIoBackendDummy, }; enum SoundIoDeviceAim {