diff options
author | Chris Robinson <[email protected]> | 2015-09-04 14:52:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-04 14:52:23 -0700 |
commit | 9d6bb05ac6295774299183db27cfa0024bb20a83 (patch) | |
tree | db7c6602799962693582015ff9e81bd91deae58f /utils | |
parent | ce487d1e433c0ab379471aa4cd7b1974f50d96b8 (diff) |
Reposition the JACK backend entry
Diffstat (limited to 'utils')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 2 |
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" }, |