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

Commit c59cdc29 authored by Meng Wang's avatar Meng Wang Committed by Meng Wang
Browse files

asoc: wsa883x: add slave_irq for wsa883x



Interrupts from wsa883x are not handled because slave_irq is not set.
Add slave_irq for wsa883x to address this issue.

Change-Id: I1d9cb39bfe99b2b27a98cfe4876a233567c636cd
Signed-off-by: default avatarMeng Wang <mengw@codeaurora.org>
parent 997c13ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1686,6 +1686,8 @@ static int wsa883x_swr_probe(struct swr_device *pdev)
		goto dev_err;
	}

	wsa883x->swr_slave->slave_irq = wsa883x->virq;

	wcd_request_irq(&wsa883x->irq_info, WSA883X_IRQ_INT_SAF2WAR,
			"WSA SAF2WAR", wsa883x_saf2war_handle_irq, NULL);