Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30617be4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd9330: Optimize delay after micbias enable"

parents c0337424 ea0752c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3539,7 +3539,7 @@ static int tomtom_codec_enable_micbias(struct snd_soc_dapm_widget *w,
		}
		break;
	case SND_SOC_DAPM_POST_PMU:
		usleep_range(20000, 20100);
		usleep_range(5000, 5100);
		/* Let MBHC module know so micbias is on */
		wcd9xxx_resmgr_notifier_call(&tomtom->resmgr, e_post_on);
		break;