configs: msm8998: Add Split A2DP backend entries

-To ensure all streams are routed to A2DP/SCO when routing
for one stream is recieved, add A2DP/SCO entries to
platform info xml.

Change-Id: I1fad637a9baaff362023f0b203ee7a86bc0f7597
This commit is contained in:
Ashish Jain 2016-12-14 14:51:23 +05:30 committed by Gerrit - the friendly Code Review server
parent fa60f451f3
commit 038d74c8e5
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@
</gain_db_to_level_mapping>
<backend_names>
<device name="SND_DEVICE_OUT_HEADPHONES" backend="headphones" interface="SLIMBUS_6_RX"/>
<device name="SND_DEVICE_OUT_BT_SCO_WB" backend="bt-sco-wb" interface="SLIMBUS_7_RX"/>
<device name="SND_DEVICE_OUT_BT_SCO" backend="bt-sco" interface="SLIMBUS_7_RX"/>
<device name="SND_DEVICE_OUT_BT_A2DP" backend="bt-a2dp" interface="SLIMBUS_7_RX"/>
<device name="SND_DEVICE_OUT_LINE" backend="headphones" interface="SLIMBUS_6_RX"/>
<device name="SND_DEVICE_OUT_ANC_HEADSET" backend="headphones" interface="SLIMBUS_6_RX"/>
<device name="SND_DEVICE_OUT_SPEAKER_AND_HEADPHONES" backend="speaker-and-headphones" interface="SLIMBUS_0_RX-and-SLIMBUS_6_RX"/>