aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-09-04 14:52:23 -0700
committerChris Robinson <[email protected]>2015-09-04 14:52:23 -0700
commit9d6bb05ac6295774299183db27cfa0024bb20a83 (patch)
treedb7c6602799962693582015ff9e81bd91deae58f /utils
parentce487d1e433c0ab379471aa4cd7b1974f50d96b8 (diff)
Reposition the JACK backend entry
Diffstat (limited to 'utils')
-rw-r--r--utils/alsoft-config/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp
index 60e5f999..67af9bbe 100644
--- a/utils/alsoft-config/mainwindow.cpp
+++ b/utils/alsoft-config/mainwindow.cpp
@@ -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" },