mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 12:35:19 +00:00
Add a fix from SteamOS for audio stuttering on Deck
This commit is contained in:
parent
99e85a54e5
commit
530f69a304
@ -0,0 +1,19 @@
|
|||||||
|
--ACP5X card hardware never hibernates, so remove the pops and lags.
|
||||||
|
|
||||||
|
table.insert (alsa_monitor.rules, {
|
||||||
|
matches = {
|
||||||
|
{
|
||||||
|
-- Matches all sources from card acp5x
|
||||||
|
{ "node.name", "matches", "alsa_input.*" },
|
||||||
|
{ "alsa.card_name", "matches", "acp5x" },
|
||||||
|
},
|
||||||
|
{
|
||||||
|
-- Matches all sinks from card acp5x
|
||||||
|
{ "node.name", "matches", "alsa_output.*" },
|
||||||
|
{ "alsa.card_name", "matches", "acp5x" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
apply_properties = {
|
||||||
|
["session.suspend-timeout-seconds"] = 0,
|
||||||
|
}
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user