aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-12-22 18:56:15 -0800
committerChris Robinson <[email protected]>2014-12-22 18:56:15 -0800
commit5e189624b7010def7ba8d42bc7f9353349190d04 (patch)
tree4c420eb4272f26ec991d057e6907f5a75f12c26a /utils
parentb8d98dd6d0c3019e6e6681100fd9be092bc2a1c9 (diff)
Add JACK to the config utility
Diffstat (limited to 'utils')
-rw-r--r--utils/alsoft-config/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp
index 802cc71e..05afc918 100644
--- a/utils/alsoft-config/mainwindow.cpp
+++ b/utils/alsoft-config/mainwindow.cpp
@@ -26,6 +26,7 @@ static const struct {
{ "sndio", "Add SndIO" },
{ "qsa", "Add QSA" },
#endif
+ { "jack", "Add JACK" },
{ "port", "Add PortAudio" },
{ "opensl", "Add OpenSL" },
{ "null", "Add Null Output" },