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

Commit 70901e3a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: codecs: Change delay before swr mic enumeration to 10msec"

parents ad90615b f152942d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -593,11 +593,11 @@ static int swr_dmic_probe(struct swr_device *pdev)
	}

	/*
	 * Add 5msec delay to provide sufficient time for
	 * Add 10msec delay to provide sufficient time for
	 * soundwire auto enumeration of slave devices as
	 * as per HW requirement.
	 */
	usleep_range(5000, 5010);
	usleep_range(10000, 10010);
	do {
		/* Add delay for soundwire enumeration */
		usleep_range(100, 110);