• T
    [ALSA] hda-intel - Fix compile with gcc-3.x · 1fcaee6e
    Takashi Iwai 提交于
    gcc-3.x doesn't like forward inlining:
      CC [M]  sound/pci/hda/hda_codec.o
    sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_free':
    sound/pci/hda/hda_codec.c:517: sorry, unimplemented: inlining failed in call to 'free_hda_cache': function body not available
    sound/pci/hda/hda_codec.c:534: sorry, unimplemented: called from here
    sound/pci/hda/hda_codec.c:517: sorry, unimplemented: inlining failed in call to 'free_hda_cache': function body not available
    sound/pci/hda/hda_codec.c:535: sorry, unimplemented: called from here
    Signed-off-by: NTakashi Iwai <tiwai@suse.de>
    Signed-off-by: NJaroslav Kysela <perex@suse.cz>
    1fcaee6e
hda_codec.c 72.9 KB