added wireplumber confs
This commit is contained in:
29
wireplumber/wireplumber.conf.d/60-specific-device-rates.conf
Normal file
29
wireplumber/wireplumber.conf.d/60-specific-device-rates.conf
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user