Re: [linux-yocto] [linux-yocto master v5.0/base][PATCH] ALSA: hda - Register irq handler after the chip initialization

2019-05-16 Thread Bruce Ashfield
merged. SRCREV updates will follow with my next round of -stable bumps. Bruce On Tue, May 14, 2019 at 5:09 AM Liwei Song wrote: > From: Takashi Iwai > > commit f495222e28275222ab6fd93813bd3d462e16d340 upstream. > > Currently the IRQ handler in HD-audio controller driver is registered > before

[linux-yocto] [linux-yocto master v5.0/base][PATCH] ALSA: hda - Register irq handler after the chip initialization

2019-05-14 Thread Liwei Song
From: Takashi Iwai commit f495222e28275222ab6fd93813bd3d462e16d340 upstream. Currently the IRQ handler in HD-audio controller driver is registered before the chip initialization. That is, we have some window opened between the azx_acquire_irq() call and the CORB/RIRB setup. If an interrupt is