]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: intel8x0m: Register irq handler after register initializations
authorTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2018 14:39:10 +0000 (16:39 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Sep 2018 05:58:43 +0000 (07:58 +0200)
commit7064f376d4a10686f51c879401a569bb4babf9c6
tree8f9eb08e54211170313e304c9e56a11b4626361d
parent5b03006d5c58ddd31caf542eef4d0269bcf265b3
ALSA: intel8x0m: Register irq handler after register initializations

The interrupt handler has to be acquired after the other resource
initialization when allocated with IRQF_SHARED.  Otherwise it's
triggered before the resource gets ready, and may lead to unpleasant
behavior.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/intel8x0m.c