diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/audio/audio_policy_configuration.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/audio/audio_policy_configuration.xml b/configs/audio/audio_policy_configuration.xml index a3240fa..c9fefbd 100644 --- a/configs/audio/audio_policy_configuration.xml +++ b/configs/audio/audio_policy_configuration.xml @@ -125,10 +125,6 @@ <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/> </devicePort> - <devicePort tagName="BT SCO All" type="AUDIO_DEVICE_OUT_ALL_SCO" role="sink"> - <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" - samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/> - </devicePort> <devicePort tagName="Telephony Tx" type="AUDIO_DEVICE_OUT_TELEPHONY_TX" role="sink"> <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/> @@ -188,7 +184,11 @@ sources="primary output,deep_buffer"/> <route type="mix" sink="FM" sources="primary output"/> - <route type="mix" sink="BT SCO All" + <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"/> <route type="mix" sink="Telephony Tx" sources="voice_tx"/> |