mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
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:
parent
164361484f
commit
df6fb25e03
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue