aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-11-26 03:05:05 -0800
committerChris Robinson <[email protected]>2021-11-26 03:05:05 -0800
commitbd254c5426748a1a0d64944bc91ab1956241dd1b (patch)
tree9c30200e7568e0376db1d0998d5f6babc9f111da /utils/alsoft-config
parentf1380d830a5a1724448b1b0d23050f549ed4f3d7 (diff)
Recognize PipeWire in alsoft-config
Diffstat (limited to 'utils/alsoft-config')
-rw-r--r--utils/alsoft-config/mainwindow.cpp3
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