audio: solve av out voltage lower issue

PD#171873

Change-Id: I2fb1e3a70b3fa71b0ec4d5f8c528fead1e5cd009
Signed-off-by: Lianlian Zhu <lianlian.zhu@amlogic.com>
This commit is contained in:
Lianlian Zhu
2018-08-21 22:05:09 +08:00
committed by Jianxin Pan
parent d0b21e38ec
commit b0625e9f2b
2 changed files with 2 additions and 2 deletions

View File

@@ -970,7 +970,7 @@
Channel_Mask {
/*i2s has 4 pins, 8channel, mux output*/
Speaker1_Channel_Mask = "i2s_2/3";
DAC0_Channel_Mask = "i2s_2/3";
DAC0_Channel_Mask = "i2s_0/1";
};
};

View File

@@ -991,7 +991,7 @@
Channel_Mask {
/*i2s has 4 pins, 8channel, mux output*/
Speaker1_Channel_Mask = "i2s_2/3";
DAC0_Channel_Mask = "i2s_2/3";
DAC0_Channel_Mask = "i2s_0/1";
};
};