Re: [PATCH] ASoC: amd:Replacing MSI with Legacy IRQ model

2020-12-28 Thread Mark Brown
On Tue, 22 Dec 2020 17:29:18 +0530, Ravulapati Vishnu vardhan rao wrote: > When we try to play and capture simultaneously we see that > interrupts are genrated but our handler is not being acknowledged, > After investigating further more in detail on this issue we found > that IRQ delivery via MSI

Re: [PATCH] ASoC: amd:Replacing MSI with Legacy IRQ model

2020-12-27 Thread Takashi Iwai
On Sun, 27 Dec 2020 19:03:28 +0100, Jaroslav Kysela wrote: > > Dne 22. 12. 20 v 12:59 Ravulapati Vishnu vardhan rao napsal(a): > > When we try to play and capture simultaneously we see that > > interrupts are genrated but our handler is not being acknowledged, > > After investigating further more

Re: [PATCH] ASoC: amd:Replacing MSI with Legacy IRQ model

2020-12-27 Thread Jaroslav Kysela
Dne 22. 12. 20 v 12:59 Ravulapati Vishnu vardhan rao napsal(a): > When we try to play and capture simultaneously we see that > interrupts are genrated but our handler is not being acknowledged, > After investigating further more in detail on this issue we found > that IRQ delivery via MSI from the

Re: [PATCH] ASoC: amd:Replacing MSI with Legacy IRQ model

2020-12-22 Thread Takashi Iwai
On Tue, 22 Dec 2020 12:59:18 +0100, Ravulapati Vishnu vardhan rao wrote: > > When we try to play and capture simultaneously we see that > interrupts are genrated but our handler is not being acknowledged, > After investigating further more in detail on this issue we found > that IRQ delivery via M

[PATCH] ASoC: amd:Replacing MSI with Legacy IRQ model

2020-12-22 Thread Ravulapati Vishnu vardhan rao
When we try to play and capture simultaneously we see that interrupts are genrated but our handler is not being acknowledged, After investigating further more in detail on this issue we found that IRQ delivery via MSI from the ACP IP is unreliable and so sometimes interrupt generated will not be ac