mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
解决喇叭播放音乐时音量增大声音失真问题
This commit is contained in:
parent
b02fd5a7e6
commit
155929fc84
|
|
@ -675,8 +675,8 @@ static void wm8900_set_hw(struct snd_soc_codec *codec)
|
|||
snd_soc_write(codec, WM8900_REG_ROUT1CTL, 0x130);
|
||||
|
||||
//for recorder
|
||||
snd_soc_write(codec, WM8900_REG_POWER1, 0x001D);
|
||||
snd_soc_write(codec, WM8900_REG_POWER2, 0xC03F);
|
||||
snd_soc_write(codec, WM8900_REG_POWER1, 0x211D);
|
||||
snd_soc_write(codec, WM8900_REG_POWER2, 0xC1AF);
|
||||
|
||||
snd_soc_write(codec, WM8900_REG_LADC_DV, 0x01C0);
|
||||
snd_soc_write(codec, WM8900_REG_RADC_DV, 0x01C0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user