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" />
|
||||
<!-- 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_Channel" value="0" />
|
||||
<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 -->
|
||||
<path name="deep-buffer-playback">
|
||||
|
|
Loading…
Reference in a new issue