https://bugzilla.novell.com/show_bug.cgi?id=217300 ------- Comment #9 from olh@novell.com 2006-11-09 08:00 MST ------- sound/ppc/pmac.c indicates if find /proc/device-tree -name layout-id;then aoa;fi 929 prop = (unsigned int *) get_property(sound, "layout-id", NULL); 930 if (prop) { 931 /* partly deprecate snd-powermac, for those machines 932 * that have a layout-id property for now */ 933 printk(KERN_INFO "snd-powermac no longer handles any " 934 "machines with a layout-id property " 935 "in the device-tree, use snd-aoa.\n"); 936 return -ENODEV; 937 } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.