19 Dec
2015
19 Dec
'15
2:01 p.m.
On Tue, Dec 15, 2015 at 02:57:41PM +0800, Bard Liao wrote:
A couple of very minor issues with the control names here but otherwise this looks good - I'll apply this, please send followup patches fixing these:
- /* IN1/IN2 Control */
- SOC_SINGLE_TLV("IN1 Boost", RT5616_IN1_IN2,
RT5616_BST_SFT1, 8, 0, bst_tlv),
- SOC_SINGLE_TLV("IN2 Boost", RT5616_IN1_IN2,
RT5616_BST_SFT2, 8, 0, bst_tlv),
These should be " Boost Volume".
- /* ADC Boost Volume Control */
- SOC_DOUBLE_TLV("ADC Boost Gain", RT5616_ADC_BST_VOL,
RT5616_ADC_L_BST_SFT, RT5616_ADC_R_BST_SFT,
3, 0, adc_bst_tlv),
Boost Volume (like the comments says!).