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