[ALSA] hda-intel - Remove invalid __devinit
authorTakashi Iwai <tiwai@suse.de>
Thu, 2 Aug 2007 13:51:59 +0000 (15:51 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 13:58:24 +0000 (15:58 +0200)
Some functions in hda_codec.c are called from patch ops, which are
kept in the codec instance even after initialization.  Thus they
shouldn't be marked as __devinit.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

No differences found