commit | 12f288bffeaa3196ebd5da49c5c7ac06c6188b61 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Aug 02 15:51:59 2007 +0200 |
committer | Jaroslav Kysela <perex@perex.cz> | Tue Oct 16 15:58:24 2007 +0200 |
tree | bce360883b1c0595574194f027807b325678a6f2 | |
parent | 350a29b457de480ee517dbb194a934421b2e9f37 [diff] |
[ALSA] hda-intel - Remove invalid __devinit 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>