commit | 44e051773da465f8c92127914bc784770e0e2a28 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jun 23 11:54:05 2008 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jun 23 12:06:23 2008 +0200 |
tree | d984ee6d1e75bbf85b98745c2160dab9afc12aaf | |
parent | 481c5346d0981940ee63037eb53e4e37b0735c10 [diff] |
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>