diff options
author | Chris Robinson <[email protected]> | 2021-11-26 03:05:05 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-11-26 03:05:05 -0800 |
commit | bd254c5426748a1a0d64944bc91ab1956241dd1b (patch) | |
tree | 9c30200e7568e0376db1d0998d5f6babc9f111da /utils/alsoft-config | |
parent | f1380d830a5a1724448b1b0d23050f549ed4f3d7 (diff) |
Recognize PipeWire in alsoft-config
Diffstat (limited to 'utils/alsoft-config')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 75859645..58a86289 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -28,6 +28,9 @@ static const struct { #ifdef HAVE_JACK { "jack", "JACK" }, #endif +#ifdef HAVE_PIPEWIRE + { "pipewire", "PipeWire" }, +#endif #ifdef HAVE_PULSEAUDIO { "pulse", "PulseAudio" }, #endif |