lkml.org 
[lkml]   [2002]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
Subject[PATCH] ALSA with CONFIG_SND_SB16_CSP compiling problems in 2.5.50
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/

\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.044 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site