mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
committed by
Jianxin Pan
parent
d0b21e38ec
commit
b0625e9f2b
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user