configs: SDM660: Update max mic count and ACDB ID of speaker
-SDM660 internal codec variant MTPs support quad mic, hence update the
max mic count to 4.
-Also internal codec MTP has stereo speakers, hence update the ACDB id
for the same.
Change-Id: Ie6df074f344a48dfc9a7daa14d18a01c39c57214
diff --git a/configs/sdm660/audio_platform_info.xml b/configs/sdm660/audio_platform_info.xml
index d35662f..fda892e 100644
--- a/configs/sdm660/audio_platform_info.xml
+++ b/configs/sdm660/audio_platform_info.xml
@@ -69,8 +69,10 @@
<param key="true_32_bit" value="true"/>
<param key="native_audio_mode" value="true"/>
<param key="hfp_pcm_dev_id" value="39"/>
+ <param key="input_mic_max_count" value="4"/>
</config_params>
<acdb_ids>
+ <device name="SND_DEVICE_OUT_SPEAKER" acdb_id="15"/>
<device name="SND_DEVICE_OUT_SPEAKER_PROTECTED" acdb_id="136"/>
<device name="SND_DEVICE_OUT_VOICE_SPEAKER_PROTECTED" acdb_id="136"/>
<device name="SND_DEVICE_OUT_SPEAKER_PROTECTED_VBAT" acdb_id="136"/>