mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ASoC: rk3308_codec: reduce delay for reinit-mic
The vendor suggest that we just need to use delay some micro seconds for reinit-mic more quickly. Change-Id: I05cd37828bcd594ca6ab634fb8b5505e01afe130 Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
This commit is contained in:
@@ -1797,7 +1797,7 @@ static int rk3308_codec_adc_reinit_mics(struct rk3308_codec_priv *rk3308)
|
||||
RK3308_ADC_CH2_MIC_INIT);
|
||||
}
|
||||
|
||||
usleep_range(2000, 2500); /* estimated value */
|
||||
usleep_range(200, 250); /* estimated value */
|
||||
|
||||
for (grp = 0; grp < ADC_LR_GROUP_MAX; grp++) {
|
||||
/* vendor step 1 */
|
||||
|
||||
Reference in New Issue
Block a user