From 81367aea419cf702fee0f4817bc49faac39e3ec5 Mon Sep 17 00:00:00 2001
From: teutat3s <teutates@mailbox.org>
Date: Thu, 20 Jun 2024 18:24:34 +0200
Subject: [PATCH] bluetooth: disable non-working smbc codec for now

---
 modules/bluetooth/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/bluetooth/default.nix b/modules/bluetooth/default.nix
index e7b831b7..99b71ad6 100644
--- a/modules/bluetooth/default.nix
+++ b/modules/bluetooth/default.nix
@@ -27,7 +27,7 @@
     (pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/10-bluez.conf" ''
       monitor.bluez.properties = {
         bluez5.enable-hw-volume = true
-        bluez5.enable-msbc = true
+        bluez5.enable-msbc = false
         bluez5.enable-sbc-xq = true
         bluez5.headset-roles = [ hsp_hs hsp_ag hfp_hf hfp_ag ]
       }