Hi, I have problems compiling the snd-bt-sco module aginst gentoo-dev-sources-2.6.9-r6. Does anyone knows what's the reason for this warning? - Is it due to a change in the kernel or in the btsco sources? >> modprobe snd-bt-sco FATAL: Error inserting snd_bt_sco (/lib/modules/2.6.9-gentoo-r6/extra/snd-bt-sco.ko): Unknown symbol in module, or unknown parameter (see dmesg) >>dmesg: snd_bt_sco: Unknown symbol snd_hwdep_new >>compile process of the kernel module: 22:57 root [/home/ruben/temp/btsco/btsco/kernel] : make make[1]: Entering directory `/usr/src/linux-2.6.9-gentoo-r6'   CC [M]  /home/ruben/temp/btsco/btsco/kernel/btsco.o /home/ruben/temp/btsco/btsco/kernel/btsco.c: In Funktion »snd_card_bt_sco_thread«: /home/ruben/temp/btsco/btsco/kernel/btsco.c:809: Warnung: ISO C90 forbids mixed declarations and code   LD [M]  /home/ruben/temp/btsco/btsco/kernel/snd-bt-sco.o   Building modules, stage 2.   MODPOST *** Warning: "snd_hwdep_new" [/home/ruben/temp/btsco/btsco/kernel/snd-bt-sco.ko] undefined!   CC      /home/ruben/temp/btsco/btsco/kernel/snd-bt-sco.mod.o   LD [M]  /home/ruben/temp/btsco/btsco/kernel/snd-bt-sco.ko make[1]: Leaving directory `/usr/src/linux-2.6.9-gentoo-r6' Ruben