commit | 94f1c64fe055e5962ca6fbaa538028dc548dc75f | [log] [tgz] |
---|---|---|
author | Naresh Tanniru <ntanniru@codeaurora.org> | Mon Nov 07 19:56:28 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Nov 08 04:02:18 2016 -0800 |
tree | 10d26d18bfabb40895e0e56eab4c002912341df8 | |
parent | 6eef25d4abe034b1ec299319ba3c59e9b36bb1ae [diff] |
config: Add fm a2dp concurrency property - FM over a2dp is not supported - Add system property to disable concurrency Change-Id: Iffff549af113662201ff4063a53ccc445bae234a
diff --git a/configs/msmcobalt/msmcobalt.mk b/configs/msmcobalt/msmcobalt.mk index b7684ed..12a922c 100644 --- a/configs/msmcobalt/msmcobalt.mk +++ b/configs/msmcobalt/msmcobalt.mk
@@ -211,3 +211,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ qcom.hw.aac.encoder=true +#Disable FM a2dp concurrency +PRODUCT_PROPERTY_OVERRIDES += \ +fm.a2dp.conc.disabled=true