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

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

Merge "dsp: adm: increase the length of timeout in adm_open to 2 seconds"

parents c515e94c c7d47163
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3372,7 +3372,7 @@ int adm_open(int port_id, int path, int rate, int channel_mode, int topology,
		ret = wait_event_timeout(this_adm.copp.wait[port_idx][copp_idx],
			atomic_read(&this_adm.copp.stat
			[port_idx][copp_idx]) >= 0,
			msecs_to_jiffies(TIMEOUT_MS));
			msecs_to_jiffies(2 * TIMEOUT_MS));
		if (!ret) {
			pr_err("%s: ADM open timedout for port_id: 0x%x for [0x%x]\n",
						__func__, tmp_port, port_id);