Merge "ASoC: wsa-macro: Update smart boost sequence for wsa883x"

This commit is contained in:
qctecmdr
2020-04-01 00:19:36 -07:00
committed by Gerrit - the friendly Code Review server
2개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@@ -79,6 +79,8 @@ struct wsa_reg_mask_val {
static const struct wsa_reg_mask_val reg_init[] = {
{WSA883X_PA_FSM_BYP, 0x01, 0x00},
{WSA883X_ISENSE2, 0xE0, 0x40},
{WSA883X_ADC_6, 0x02, 0x02},
{WSA883X_CDC_SPK_DSM_A2_0, 0xFF, 0x0A},
{WSA883X_CDC_SPK_DSM_A2_1, 0x0F, 0x08},
{WSA883X_CDC_SPK_DSM_A3_0, 0xFF, 0xF3},
@@ -117,8 +119,12 @@ static const struct wsa_reg_mask_val reg_init[] = {
{WSA883X_OTP_REG_3, 0xFF, 0xC9},
{WSA883X_OTP_REG_4, 0xC0, 0x40},
{WSA883X_TAGC_CTL, 0x01, 0x01},
{WSA883X_ADC_2, 0x40, 0x00},
{WSA883X_ADC_7, 0x04, 0x04},
{WSA883X_ADC_7, 0x02, 0x02},
{WSA883X_CKWD_CTL_0, 0x60, 0x00},
{WSA883X_CKWD_CTL_1, 0x1F, 0x1B},
{WSA883X_GMAMP_SUP1, 0x60, 0x60},
};
static int wsa883x_get_temperature(struct snd_soc_component *component,