From 52dd9a4d4cf13d0c8b189f06d3c5832a11813470 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 21 Feb 2022 16:48:51 +0100 Subject: sif: wireplumber --- hosts/sif/default.nix | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'hosts/sif') diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index a74c9184..5ef6cc8e 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix @@ -332,35 +332,7 @@ in { alsa.support32Bit = true; pulse.enable = true; jack.enable = true; - - media-session = { - enable = true; - config.bluez-monitor.rules = [ - { # Matches all cards - matches = [ { "device.name" = "~bluez_card.*"; } ]; - actions = { - "update-props" = { - "bluez5.reconnect-profiles" = [ "hfp_hf" "hsp_hs" "a2dp_sink" ]; - # mSBC is not expected to work on all headset + adapter combinations. - "bluez5.msbc-support" = true; - }; - }; - } - { - matches = [ - # Matches all sources - { "node.name" = "~bluez_input.*"; } - # Matches all outputs - { "node.name" = "~bluez_output.*"; } - ]; - actions = { - "update-props" = { - "node.pause-on-idle" = false; - }; - }; - } - ]; - }; + wireplumber.enable = true; }; hardware = { -- cgit v1.2.3