added wireplumber confs

This commit is contained in:
2025-08-09 19:11:31 +02:00
parent b0783e09e5
commit e2d9f5ab05
3 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
monitor.alsa.rules = [
{
matches = [
{
node.name = "alsa_output.usb-iFi__by_AMR__iFi__by_AMR__HD_USB_Audio_0003-00.analog-stereo"
}
]
actions = {
update-props = {
audio.format = "S32_LE"
audio.rate = 96000
session.suspend-timeout-seconds = 0
}
}
},
{
matches = [
{
node.name = "alsa_output.hw_U192k_0"
}
]
actions = {
update-props = {
audio.format = "S32_LE"
audio.rate = 96000
}
}
}
]