Revert "move SoundIoBackendDummy enum item position"

This reverts commit ef889fb188.

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.
This commit is contained in:
Andrew Kelley 2016-12-23 14:29:07 -05:00
parent 98b85efba5
commit d6df7f742b

View file

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