diff --git a/system/sound.nix b/system/sound.nix index f9e47cd..75a1b7b 100644 --- a/system/sound.nix +++ b/system/sound.nix @@ -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" + ]; }; }; }