Reposition the JACK backend entry

This commit is contained in:
Chris Robinson
2015-09-04 14:52:23 -07:00
parent ce487d1e43
commit 9d6bb05ac6
+1 -1
View File
@@ -18,6 +18,7 @@ static const struct {
#ifdef Q_OS_MAC
{ "core", "Add CoreAudio" },
#endif
{ "jack", "Add JACK" },
{ "pulse", "Add PulseAudio" },
#ifdef Q_OS_UNIX
{ "alsa", "Add ALSA" },
@@ -26,7 +27,6 @@ static const struct {
{ "sndio", "Add SndIO" },
{ "qsa", "Add QSA" },
#endif
{ "jack", "Add JACK" },
{ "port", "Add PortAudio" },
{ "opensl", "Add OpenSL" },
{ "null", "Add Null Output" },