move SoundIoBackendDummy enum item position

Now new backends can go at the end position and avoid rolling
major version number. When dummy was the last one, it was tempting
to put new backends before it.
This commit is contained in:
Andrew Kelley 2016-10-31 11:56:51 -04:00
parent c81fe43ac0
commit ef889fb188

View file

@ -217,12 +217,12 @@ enum SoundIoChannelLayoutId {
enum SoundIoBackend { enum SoundIoBackend {
SoundIoBackendNone, SoundIoBackendNone,
SoundIoBackendDummy,
SoundIoBackendJack, SoundIoBackendJack,
SoundIoBackendPulseAudio, SoundIoBackendPulseAudio,
SoundIoBackendAlsa, SoundIoBackendAlsa,
SoundIoBackendCoreAudio, SoundIoBackendCoreAudio,
SoundIoBackendWasapi, SoundIoBackendWasapi,
SoundIoBackendDummy,
}; };
enum SoundIoDeviceAim { enum SoundIoDeviceAim {