Skip to content

Commit 4d32010

Browse files
authored
add wireplumber config to fix audio on SP7
1 parent b821728 commit 4d32010

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
monitor.alsa.rules = [
2+
{
3+
matches = [
4+
{
5+
node.name = "alsa_output.pci-0000_00_1f.3.analog-stereo"
6+
}
7+
]
8+
actions = {
9+
update-props = {
10+
api.alsa.use-hw-volume = false
11+
api.alsa.use-hw-decibel-volume = false
12+
}
13+
}
14+
}
15+
]

0 commit comments

Comments
 (0)