This commit is contained in:
2025-11-02 23:53:10 +01:00
parent a1ac6850bb
commit 26f8c79767
15 changed files with 568 additions and 49 deletions

View File

@@ -2,7 +2,12 @@ monitor.alsa.rules = [
{
matches = [
{
node.name = "alsa_output.usb-iFi__by_AMR__iFi__by_AMR__HD_USB_Audio_0003-00.analog-stereo"
# iFi (by AMR) HD USB Audio
device.name = "*iFi*"
},
{
# UMC204HD 192k
node.description = "*UMC204HD*"
}
]
actions = {
@@ -12,18 +17,5 @@ monitor.alsa.rules = [
session.suspend-timeout-seconds = 0
}
}
},
{
matches = [
{
node.name = "alsa_output.hw_U192k_0"
}
]
actions = {
update-props = {
audio.format = "S32_LE"
audio.rate = 96000
}
}
}
]
]