wireplumber: Use HQ for LDAC and auto connect A2DP sink

This commit is contained in:
Sanchayan Maity 2024-12-18 18:06:45 +05:30
parent 03c5792e63
commit d080f3ca32
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -14,4 +14,17 @@ monitor.bluez.rules = [
}
}
}
{
matches = [
{
device.name = "~bluez_card.*"
},
]
actions = {
update-props = {
bluez5.auto-connect = [ a2dp_sink ]
bluez5.a2dp.ldac.quality = "hq"
}
}
}
]