Disable bluetooth autoswitch (since I have a proper mic now)

This commit is contained in:
Alexander Bantyev 2022-06-17 17:41:06 +04:00
parent 9642f1ba4e
commit 62060a1609
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -43,7 +43,7 @@
"bluez5.auto-connect" = [ "hsp_hs" "hfp_hf" "a2dp_sink" ];
"bluez5.hw-volume" =
[ "hsp_ag" "hfp_ag" "a2dp_source" "a2dp_sink" ];
"bluez5.autoswitch-profile" = true;
"bluez5.autoswitch-profile" = false;
};
};
matches = [{ "device.name" = "~bluez_card.*"; }];