fix(sound): restrict bluetooth codecs for better performance with Sonos Ace

This commit is contained in:
Felix Schröter 2025-02-13 23:27:07 +01:00
parent ff99766709
commit 66cdd164ac
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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"
];
};
};
}