I enable the driver in the configuration, and disabled my sound
blaster support. I have a flacky SB16pro card and an on-board Yamaha
740 chip in the Intel 440bx mother board. So the goal is to switch to
the onboard chip without having to purchase the OSS drivers outside
the open source of the kernel.
When I try an build the kernel, all goes well until the end when an
undefined reference is found with the error message below. The
ymf_sb.c modules compiles fine and is loaded in the sound.a library.
So why won't it link?
drivers/sound/sound.a(sound_core.o): In function `soundcore_init':
sound_core.o(.text+0x3e5): undefined reference to `init_ymf7xxsb_module'
make: *** [vmlinux] Error 1
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/