diff options
author | Chris Robinson <[email protected]> | 2014-12-22 18:56:15 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-12-22 18:56:15 -0800 |
commit | 5e189624b7010def7ba8d42bc7f9353349190d04 (patch) | |
tree | 4c420eb4272f26ec991d057e6907f5a75f12c26a /utils | |
parent | b8d98dd6d0c3019e6e6681100fd9be092bc2a1c9 (diff) |
Add JACK to the config utility
Diffstat (limited to 'utils')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 1 |
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" }, |