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

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

Merge "dsp: Fix improper mutex unlock in afe close"

parents 2725c639 af0786e0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -8950,8 +8950,7 @@ int afe_close(int port_id)
				proxy_afe_instance[port_id & 0x3] = 0;
			afe_close_done[port_id & 0x3] = true;
		}
		ret = -EINVAL;
		goto fail_cmd;
		return -EINVAL;
	}
	pr_debug("%s: port_id = 0x%x\n", __func__, port_id);
	if ((port_id == RT_PROXY_DAI_001_RX) ||