Re: Linux 2.5.67

Ruslan U. Zakirov (cubic@wildrose.miee.ru)
Mon, 7 Apr 2003 22:21:20 +0400


LT> o ALSA SB16 PnP Update
Hello Linus, Adam and other.
Compile fix.

--- sound/isa/sb/sb16.c~ 2003-04-06 00:38:10.000000000 +0400
+++ sound/isa/sb/sb16.c 2003-04-06 00:40:14.000000000 +0400
@@ -331,7 +331,7 @@
goto __wt_error;
}
awe_port[dev] = pnp_port_start(pdev, 0);
- snd_printdd("pnp SB16: wavetable port=0x%lx\n", pdev->resource[0].start);
+ snd_printdd("pnp SB16: wavetable port=0x%lx\n", awe_port[dev]);
} else {
__wt_error:
if (pdev) {

-
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/