gts3l-common: audio: Set proper I2S channel for the top speakers
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I6112b07f4494e6404370a5c65a97e3d7d8be7ff4
This commit is contained in:
parent
4d82d6200b
commit
55414cbde4
1 changed files with 10 additions and 2 deletions
|
@ -551,8 +551,16 @@
|
||||||
<ctl name="PRI_TDM_RX_0 Channels" value="Four" />
|
<ctl name="PRI_TDM_RX_0 Channels" value="Four" />
|
||||||
<!-- channel -->
|
<!-- channel -->
|
||||||
|
|
||||||
|
<!--! awesometic: ExtSPK setups -->
|
||||||
|
<!-- ExtSPK LL => Bottom Left -->
|
||||||
|
<!-- ExtSPK LR => Bottom Right -->
|
||||||
|
<!-- ExtSPK UL => Top Left -->
|
||||||
|
<!-- ExtSPK UR => Top Right -->
|
||||||
<ctl name="ExtSPK UL I2S Mux" value="I2S1" />
|
<ctl name="ExtSPK UL I2S Mux" value="I2S1" />
|
||||||
|
<ctl name="ExtSPK UL I2S_Channel" value="0" />
|
||||||
<ctl name="ExtSPK UR I2S Mux" value="I2S1" />
|
<ctl name="ExtSPK UR I2S Mux" value="I2S1" />
|
||||||
|
<ctl name="ExtSPK UR I2S_Channel" value="0" />
|
||||||
|
<!--! awesometic: ExtSPK setups end -->
|
||||||
|
|
||||||
<!-- These are audio route (FE to BE) specific mixer settings -->
|
<!-- These are audio route (FE to BE) specific mixer settings -->
|
||||||
<path name="deep-buffer-playback">
|
<path name="deep-buffer-playback">
|
||||||
|
@ -2628,7 +2636,7 @@
|
||||||
<path name="VoLTE-voice-NS-mic-speaker">
|
<path name="VoLTE-voice-NS-mic-speaker">
|
||||||
<path name="sub-main-mic" />
|
<path name="sub-main-mic" />
|
||||||
<ctl name="ADC3 Volume" value="12" />
|
<ctl name="ADC3 Volume" value="12" />
|
||||||
<ctl name="ADC4 Volume" value="12" />
|
<ctl name="ADC4 Volume" value="12" />
|
||||||
<ctl name="DEC8 Volume" value="84" />
|
<ctl name="DEC8 Volume" value="84" />
|
||||||
<ctl name="DEC7 Volume" value="84" />
|
<ctl name="DEC7 Volume" value="84" />
|
||||||
</path>
|
</path>
|
||||||
|
@ -3573,7 +3581,7 @@
|
||||||
<ctl name="ADC3 Volume" value="11" />
|
<ctl name="ADC3 Volume" value="11" />
|
||||||
<ctl name="DEC7 Volume" value="84" />
|
<ctl name="DEC7 Volume" value="84" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="voip-main-mic-callforwarding">
|
<path name="voip-main-mic-callforwarding">
|
||||||
<path name="main-mic" />
|
<path name="main-mic" />
|
||||||
<ctl name="ADC3 Volume" value="12" />
|
<ctl name="ADC3 Volume" value="12" />
|
||||||
|
|
Loading…
Reference in a new issue