commit | 7064f376d4a10686f51c879401a569bb4babf9c6 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Aug 28 16:39:10 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Sep 13 07:58:43 2018 +0200 |
tree | 8f9eb08e54211170313e304c9e56a11b4626361d | |
parent | 5b03006d5c58ddd31caf542eef4d0269bcf265b3 [diff] |
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>