matisse-common: configs: Add BT SCO to routes list

- Issue with returning a valid device descriptor
  since BT SCO is not defined in IOProfile.
- With Android-Q changes, first attempt to retrieve device
  descriptor from the avaiable HwModule may fail due to
  address and encoded format conditions.
- Further device descriptor query is based on IOProfile
  with devices defined in audio_policy_configuration.
- This change adds BT SCO to IOProfile.

Change-Id: I52225070e97dd702f965ca5dbb5db9d128df1faf
This commit is contained in:
Sujin Panicker 2019-05-14 12:38:31 +05:30 committed by matteo0026
parent 5c1fccd4cc
commit f55f940490
1 changed files with 6 additions and 0 deletions

View File

@ -192,6 +192,12 @@
sources="primary output,low_latency,compressed_offload"/>
<route type="mix" sink="Proxy"
sources="primary output,low_latency,compressed_offload"/>
<route type="mix" sink="BT SCO"
sources="primary output,deep_buffer,voip_rx"/>
<route type="mix" sink="BT SCO Headset"
sources="primary output,deep_buffer,voip_rx"/>
<route type="mix" sink="BT SCO Car Kit"
sources="primary output,deep_buffer,voip_rx"/>
</routes>
</module>