ASoC: es7202: Fix the muted capturing after reboot

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Change-Id: I375ed4ce368a6f94f302a9584a9bb02d444a89fa
This commit is contained in:
Xing Zheng
2021-04-19 09:17:59 +08:00
committed by Tao Huang
parent 2fc3a11f17
commit c7642a3dbc

View File

@@ -740,6 +740,8 @@ static int es7202_probe(struct snd_soc_component *component)
es7202_write(ES7202_RESET_REG00, 0x01, i2c_ctl[cnt]);
es7202_write(ES7202_CLK_EN_REG03, 0x03, i2c_ctl[cnt]);
es7202_write(ES7202_BIAS_VMID_REG11, 0x2E, i2c_ctl[cnt]);
es7202_multi_chips_update_bits(ES7202_PDM_INF_CTL_REG07, 0x03, 0x00);
}
return ret;
}