ALSA: aw2 - Fix Oops at initialization
authorTakashi Iwai <tiwai@suse.de>
Mon, 23 Jun 2008 09:54:05 +0000 (11:54 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Jun 2008 10:06:23 +0000 (12:06 +0200)
commit44e051773da465f8c92127914bc784770e0e2a28
treed984ee6d1e75bbf85b98745c2160dab9afc12aaf
parent481c5346d0981940ee63037eb53e4e37b0735c10
ALSA: aw2 - Fix Oops at initialization

The irq handler may be called before the proper initialization of hardware.
Call snd_aw2_saa7146_setup() before the irq handler registration.

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