From df6fb25e0389ea20b7aae546af88be07e5f602e8 Mon Sep 17 00:00:00 2001 From: David Weber Date: Tue, 12 Apr 2022 10:24:05 +0000 Subject: [PATCH] apply force-s16 quirk also to teams-insiders teams-insiders is the test version of teams. Unfortunately it still requires the force-s16 quirk --- src/daemon/pipewire-pulse.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/pipewire-pulse.conf.in b/src/daemon/pipewire-pulse.conf.in index c818ce302..3ab152817 100644 --- a/src/daemon/pipewire-pulse.conf.in +++ b/src/daemon/pipewire-pulse.conf.in @@ -122,6 +122,7 @@ pulse.rules = [ # skype does not want to use devices that don't have an S16 sample format. matches = [ { application.process.binary = "teams" } + { application.process.binary = "teams-insiders" } { application.process.binary = "skypeforlinux" } ] actions = { quirks = [ force-s16-info ] }