apply force-s16 quirk also to teams-insiders

teams-insiders is the test version of teams.
Unfortunately it still requires the force-s16 quirk
This commit is contained in:
David Weber 2022-04-12 10:24:05 +00:00
parent 164361484f
commit df6fb25e03

View file

@ -122,6 +122,7 @@ pulse.rules = [
# skype does not want to use devices that don't have an S16 sample format. # skype does not want to use devices that don't have an S16 sample format.
matches = [ matches = [
{ application.process.binary = "teams" } { application.process.binary = "teams" }
{ application.process.binary = "teams-insiders" }
{ application.process.binary = "skypeforlinux" } { application.process.binary = "skypeforlinux" }
] ]
actions = { quirks = [ force-s16-info ] } actions = { quirks = [ force-s16-info ] }