audio: cobalt: configs: Update configs to enable APE/ALAC SW Decs

Update makefile to enable SW Decoders for APE and ALAC.

CRs-Fixed: 1054066

Change-Id: I015cba277f7f5c6d01e41fcc50577cc62975beed
diff --git a/configs/msmcobalt/msmcobalt.mk b/configs/msmcobalt/msmcobalt.mk
index aaf9db5..43aeb1a 100644
--- a/configs/msmcobalt/msmcobalt.mk
+++ b/configs/msmcobalt/msmcobalt.mk
@@ -195,3 +195,9 @@
 #split a2dp DSP supported encoder list
 PRODUCT_PROPERTY_OVERRIDES += \
 persist.bt.a2dp_offload_cap=sbc-aptx
+
+#enable software decoders for ALAC and APE
+PRODUCT_PROPERTY_OVERRIDES += \
+use.qti.sw.alac.decoder=true
+PRODUCT_PROPERTY_OVERRIDES += \
+use.qti.sw.ape.decoder=true
\ No newline at end of file