[PATCH] ALSA with CONFIG_SND_SB16_CSP compiling problems in 2.5.50

From: Ruslan U. Zakirov (cubic@wildrose.miee.ru)
Date: Thu Nov 28 2002 - 14:57:01 EST


Hello!

I think it's just typing error.

--- sound/isa/sb/sb16.c.orig Thu Nov 28 21:54:22 2002
+++ sound/isa/sb/sb16.c Thu Nov 28 21:55:23 2002
@@ -502,7 +502,7 @@

 #ifdef CONFIG_SND_SB16_CSP
        /* CSP chip on SB16ASP/AWE32 */
- if ((chip->hardware == SB_HW_16) && csp[dev]) {
+ if ((chip->hardware == SB_HW_16CSP) && csp[dev]) {
                snd_sb_csp_new(chip, synth != NULL ? 1 : 0, &xcsp);
                if (xcsp) {
                        chip->csp = xcsp->private_data;

And here is problem with CONFIG_SND_SB16_CSP turned on,
I think it must be something like this

--- sound/isa/sb/sb16.c.orig Thu Nov 28 22:28:07 2002
+++ sound/isa/sb/sb16.c Thu Nov 28 22:51:48 2002
@@ -664,7 +664,6 @@
 {
        static unsigned __initdata nr_dev = 0;
        int __attribute__ ((__unused__)) pnp = INT_MAX;
- int __attribute__ ((__unused__)) csp = INT_MAX;

        if (nr_dev >= SNDRV_CARDS)
                return 0;
@@ -692,10 +691,6 @@
 #ifdef __ISAPNP__
        if (pnp != INT_MAX)
                isapnp[nr_dev] = pnp;
-#endif
-#ifdef CONFIG_SND_SB16_CSP
- if (csp != INT_MAX)
- csp[nr_dev] = csp;
 #endif
        nr_dev++;
        return 1;
I can mistake.
Best regards.
             Ruslan

-
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 : Sat Nov 30 2002 - 22:00:21 EST