sm6250-common: audio: add support of BT SCO mic for record_24 profile
Usecase audio-record and audio-record-compress2 can both be mapped to record_24 profile, if both the usecases are active, when BT SCO mic is connected, due to no more available usecases in audio hal, check inputs for device can fail for other input profiles which support BT SCO mic. This makes BT SCO mic connection to be rejected and phone call can't route to BT. Add the support for record_24 profile, so existing input handle can be returned when checking inputs for BT SCO mic. Change-Id: I63046ec87e35774474e08762fb6aa6275318b2c8
This commit is contained in:
parent
11fb3c5a45
commit
cb2d28241f
@ -360,7 +360,7 @@
|
||||
<route type="mix" sink="usb_surround_sound"
|
||||
sources="USB Device In,USB Headset In"/>
|
||||
<route type="mix" sink="record_24"
|
||||
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic"/>
|
||||
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic,BT SCO Headset Mic"/>
|
||||
<route type="mix" sink="mmap_no_irq_in"
|
||||
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic,USB Device In,USB Headset In"/>
|
||||
<route type="mix" sink="BT A2DP Out"
|
||||
|
Loading…
Reference in New Issue
Block a user