--- linux-2.6.10/arch/arm/mach-pxa/generic.c~	2004-12-24 22:34:29.000000000 +0100
+++ linux-2.6.10/arch/arm/mach-pxa/generic.c	2005-04-25 09:36:53.000000000 +0200
@@ -219,6 +219,10 @@
 	.name		= "pxa2xx-uart",
 	.id		= 2,
 };
+static struct platform_device audio_device = {
+        .name           = "pxa2xx-ac97",
+        .id             = 2,
+};
 
 static struct platform_device *devices[] __initdata = {
 	&pxamci_device,
@@ -227,6 +231,7 @@
 	&ffuart_device,
 	&btuart_device,
 	&stuart_device,
+	&audio_device,
 };
 
 static int __init pxa_init(void)
