mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 02:52:56 +00:00
ASoC: wm8960: Fix ADC volume bits
Signed-off-by: Ma Haijun <mahaijuns@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
d4e4ab86bc
commit
c324aac01b
@ -263,8 +263,8 @@ SOC_SINGLE("ALC Attack", WM8960_ALC3, 0, 15, 0),
|
||||
SOC_SINGLE("Noise Gate Threshold", WM8960_NOISEG, 3, 31, 0),
|
||||
SOC_SINGLE("Noise Gate Switch", WM8960_NOISEG, 0, 1, 0),
|
||||
|
||||
SOC_DOUBLE_R("ADC PCM Capture Volume", WM8960_LINPATH, WM8960_RINPATH,
|
||||
0, 127, 0),
|
||||
SOC_DOUBLE_R_TLV("ADC PCM Capture Volume", WM8960_LADC, WM8960_RADC,
|
||||
0, 255, 0, adc_tlv),
|
||||
|
||||
SOC_SINGLE_TLV("Left Output Mixer Boost Bypass Volume",
|
||||
WM8960_BYPASS1, 4, 7, 1, bypass_tlv),
|
||||
|
Loading…
Reference in New Issue
Block a user