diff options
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" }, |