Skip to content

Commit eb51045

Browse files
committed
.
1 parent 94dd81d commit eb51045

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
monitor.alsa.rules = [
2+
{
3+
matches = [
4+
{
5+
node.name = "~alsa_output.*"
6+
}
7+
]
8+
actions = {
9+
update-props = {
10+
audio.volume = 1.0
11+
}
12+
}
13+
}
14+
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
monitor.alsa.rules = [
2+
{
3+
matches = [
4+
{
5+
device.name = "~alsa_card.*"
6+
}
7+
]
8+
actions = {
9+
update-props = {
10+
api.alsa.use-acp = false
11+
}
12+
}
13+
}
14+
]

0 commit comments

Comments
 (0)