mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 00:40:01 +00:00
chore(legion): Only match output
This commit is contained in:
parent
14e8025fbd
commit
8804d899b0
@ -2,16 +2,13 @@ monitor.alsa.rules = [
|
||||
{
|
||||
matches = [
|
||||
{
|
||||
node.name = "~alsa_input.*"
|
||||
alsa.card_name = "HD-Audio Generic"
|
||||
}
|
||||
{
|
||||
node.name = "~alsa_output.*"
|
||||
alsa.card_name = "HD-Audio Generic"
|
||||
node.name = "alsa_output.pci-0000_c2_00.6.analog-stereo"
|
||||
}
|
||||
]
|
||||
actions = {
|
||||
update-props = {
|
||||
priority.driver = 900
|
||||
priority.session = 900
|
||||
api.alsa.period-size = 256
|
||||
api.alsa.headroom = 1024
|
||||
session.suspend-timeout-seconds = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user