fix(sound): restrict bluetooth codecs for better performance with Sonos Ace
This commit is contained in:
parent
ff99766709
commit
66cdd164ac
1 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,18 @@
|
|||
"hfp_hf"
|
||||
"hfp_ag"
|
||||
];
|
||||
# aptX HD causes problems with Sonos Ace
|
||||
"bluez5.codecs" = [
|
||||
"sbc"
|
||||
"sbc_xq"
|
||||
"aac"
|
||||
"ldac"
|
||||
"aptx"
|
||||
"aptx_ll"
|
||||
"aptx_ll_duplex"
|
||||
"lc3"
|
||||
"lc3plus_h3"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue