wireplumber: Use HQ for LDAC and auto connect A2DP sink
This commit is contained in:
parent
03c5792e63
commit
d080f3ca32
1 changed files with 13 additions and 0 deletions
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue