Author: qboosh Date: Sun Jul 31 00:29:46 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix build without CONFIG_PCI (e.g. sparc)
---- Files affected: SOURCES: alsa-driver-nopci.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/alsa-driver-nopci.patch diff -u /dev/null SOURCES/alsa-driver-nopci.patch:1.1 --- /dev/null Sun Jul 31 02:29:46 2005 +++ SOURCES/alsa-driver-nopci.patch Sun Jul 31 02:29:41 2005 @@ -0,0 +1,14 @@ +--- alsa-driver-1.0.9a/acore/sound.inc.orig 2005-01-28 18:01:19.000000000 +0000 ++++ alsa-driver-1.0.9a/acore/sound.inc 2005-07-31 00:14:24.763757836 +0000 +@@ -35,9 +35,11 @@ + EXPORT_SYMBOL(snd_compat_kcalloc); + #endif + #endif ++#ifdef CONFIG_PCI + #ifndef CONFIG_HAVE_PCI_DEV_PRESENT + EXPORT_SYMBOL(snd_pci_dev_present); + #endif ++#endif + #ifndef CONFIG_HAVE_MSLEEP + EXPORT_SYMBOL(snd_compat_msleep); + #endif ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
