10 Jan
2017
10 Jan
'17
1:24 p.m.
On Tue, Jan 10, 2017 at 02:13:04AM +0000, Kuninori Morimoto wrote:
case SND_SOC_DAPM_POST_PMU: /* after widget power up */ /* Power save mode OFF */
mdelay(popup_wait);
snd_soc_update_bits(codec, SG_SL2, LOPS, 0); break;msleep(popup_wait);
This doesn't apply against current code, the driver appears to have a fixed delay here not a variable one?