Audio: get_input_snd_device - use all bt sco devices for voice calls.
authorstenkinevgeniy <stenkinevgeniy@gmail.com>
Tue, 22 May 2018 18:06:48 +0000 (18:06 +0000)
committerJan Altensen <info@stricted.net>
Tue, 5 Feb 2019 18:55:04 +0000 (19:55 +0100)
commiteee139512bfb1a42fef5f4f84ec3538ddd64f698
tree40b3b5dbbdf1fedad1c31afdfdcbe7205753cd40
parentb7c9da0eef694fbd2b21ea6671e8af1fc0fd6002
Audio: get_input_snd_device - use all bt sco devices for voice calls.

Use  AUDIO_DEVICE_OUT_BLUETOOTH_SCO
     AUDIO_DEVICE_OUT_BLUETOOTH_SCO_HEADSET and
     AUDIO_DEVICE_OUT_BLUETOOTH_SCO_CARKIT
and not only AUDIO_DEVICE_OUT_BLUETOOTH_SCO_HEADSET for voice calls.

Remove default voice_mic for sco devices - why we need default mic
for sco output devices if now we handle all sco output devices.

Change-Id: Ibf4eb42eebcf7dc229649d8afe6e8b3ea9354165
audio/audio_hw.c