sdm660-common: audio: Add "Built-In (Back) Mic" to "primary input" sink
* That way video recording apps will choose 16-bit PCM by default instead of 24-bit one which happens to have quite low volume on this device. Change-Id: I2130c6a759afcd50a985b2f034b5c0b5374287af
This commit is contained in:
parent
c3cd6f48f7
commit
63e7fd292b
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@
|
|||
<route type="mix" sink="voice_rx"
|
||||
sources="Telephony Rx"/>
|
||||
<route type="mix" sink="primary input"
|
||||
sources="Wired Headset Mic,BT SCO Headset Mic,FM Tuner,Telephony Rx"/>
|
||||
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic,BT SCO Headset Mic,FM Tuner,Telephony Rx"/>
|
||||
<route type="mix" sink="record_24"
|
||||
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic"/>
|
||||
</routes>
|
||||
|
|
Loading…
Reference in a new issue