From bd254c5426748a1a0d64944bc91ab1956241dd1b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 26 Nov 2021 03:05:05 -0800 Subject: Recognize PipeWire in alsoft-config --- utils/alsoft-config/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/alsoft-config/mainwindow.cpp') 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 -- cgit v1.2.3