commit | 1082c7487cbe5a40755ba9e33552b6ecbf419bf2 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Aug 22 15:24:22 2008 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Aug 22 15:34:52 2008 +0200 |
tree | 8b46605a66718d199cb1449c936e73ae0bd460d6 | |
parent | 320dcc30f498e0a8b282b14cf0feed1897ea3b34 [diff] |
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>