Skip to content

Commit

Permalink
[openSUSE][RPM] Prioritize PA over PipeWire in SLE (bsc#1222218)
Browse files Browse the repository at this point in the history
Change the order of audio driver list in SLE to prefer pulseaudio
over pipewire (related to bsc#1222218).

Signed-off-by: Antonio Larrosa <alarrosa@suse.com>
References: bsc#1222218
Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
  • Loading branch information
antlarr-suse authored and dfaggioli committed May 17, 2024
1 parent 76ff383 commit 8d6c200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm/qemu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,11 @@ EXTRA_CFLAGS="$(echo %{optflags} | sed -E 's/-[A-Z]?_FORTIFY_SOURCE[=]?[0-9]*//g
--disable-xkbcommon \
--disable-zstd \
--without-default-devices \
%if 0%{?suse_version} >= 1600
--audio-drv-list=pipewire,pa,alsa,jack,oss \
%else
--audio-drv-list=pa,pipewire,alsa,jack,oss \
%endif
%ifarch x86_64
--enable-avx2 \
--enable-libpmem \
Expand Down

0 comments on commit 8d6c200

Please sign in to comment.