ALSA: hda - Fix call of alc888_coef_init()
authorTakashi Iwai <tiwai@suse.de>
Fri, 22 Aug 2008 13:24:22 +0000 (15:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 22 Aug 2008 13:34:52 +0000 (15:34 +0200)
Using init_hook to call alc888_coef_init() is problematic for configurations
that already set another init_hook.  Better to put it in alc_init() as is
(although it looks a bit hackish).

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found