2.6.5-rc1: snd-powermac missing symbol

From: Colin Leroy
Date: Tue Mar 16 2004 - 17:24:03 EST


$ sudo modprobe snd-powermac
Password:
FATAL: Error inserting snd_powermac (/lib/modules/2.6.5-rc1/kernel/sound/ppc/snd-powermac.ko): Unknown symbol in module, or unknown parameter (see dmesg)
$ dmesg
adt746x: Setting speed to: 128 for CPU fan.
snd_powermac: Unknown symbol snd_pcm_dma_flags

Solved by adding
#define snd_pcm_dma_flags(x) ((void *)(unsigned long)(x))
but I doubt it's the correct way...
--
Colin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/