Re: [alsa-devel] [PATCH] ASoC: rt5668: add rt5668 codec driver
20 Jun
2016
20 Jun
'16
6:21 p.m.
On Thu, Jun 16, 2016 at 11:31:07AM +0000, Jack Yu wrote:
[Mark] Given that the interrupt handler just schedules a work item there's no need for it to be a threaded interrupt, it can just be a normal interrupt and save the bother of masking the hardware interrupt and running a thread.
Do you mean that it's not appropriate to use " queue_delayed_work" here, we should use other method for handling work item ?
No, when I said it shouldn't be a threaded interrupt I meant that using request_threaded_irq() doesn't seem appropriate.
3070
Age (days ago)
3070
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown