[PATCH][2.5] sound/oss/ad1848.c compile fix

From: Zwane Mwaikambo (zwane@holomorphy.com)
Date: Mon Jan 13 2003 - 22:42:54 EST


Fails to compile, tested on an opl3sa2.

Although this driver doesn't actually use the new pnp code to do detection.

Index: linux-2.5.57/sound/oss/ad1848.c
===================================================================
RCS file: /build/cvsroot/linux-2.5.57/sound/oss/ad1848.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ad1848.c
--- linux-2.5.57/sound/oss/ad1848.c 13 Jan 2003 22:55:14 -0000 1.1.1.1
+++ linux-2.5.57/sound/oss/ad1848.c 14 Jan 2003 03:39:35 -0000
@@ -3007,7 +3007,7 @@
                 if((ad1848_dev = activate_dev(ad1848_isapnp_list[slot].name, "ad1848", ad1848_dev)))
                 {
                         get_device(&ad1848_dev->dev);
- hw_config->io_base = ad1848_dev->resource[ad1848_isapnp_list[slot].mss_io].start;
+ hw_config->io_base = ad1848_dev->io_resource[ad1848_isapnp_list[slot].mss_io].start;
                         hw_config->irq = ad1848_dev->irq_resource[ad1848_isapnp_list[slot].irq].start;
                         hw_config->dma = ad1848_dev->dma_resource[ad1848_isapnp_list[slot].dma].start;
                         if(ad1848_isapnp_list[slot].dma2 != -1)

-- 
function.linuxpower.ca

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 15 2003 - 22:00:48 EST