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)
commit1082c7487cbe5a40755ba9e33552b6ecbf419bf2
tree8b46605a66718d199cb1449c936e73ae0bd460d6
parent320dcc30f498e0a8b282b14cf0feed1897ea3b34
ALSA: hda - Fix call of alc888_coef_init()

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>
sound/pci/hda/patch_realtek.c