patch-1.3.36 linux/drivers/sound/dev_table.c
Next file: linux/drivers/sound/dev_table.h
Previous file: linux/drivers/sound/configure.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Wed Oct 18 05:33:24 1995
- Orig file:
v1.3.35/linux/drivers/sound/dev_table.c
- Orig date:
Fri Oct 13 14:44:33 1995
diff -u --recursive --new-file v1.3.35/linux/drivers/sound/dev_table.c linux/drivers/sound/dev_table.c
@@ -72,13 +72,10 @@
*/
else if (sound_drivers[drv].probe (&snd_installed_cards[i].config))
{
-#ifndef SHORT_BANNERS
printk ("snd%d",
snd_installed_cards[i].card_type);
-#endif
mem_start = sound_drivers[drv].attach (mem_start, &snd_installed_cards[i].config);
-#ifndef SHORT_BANNERS
printk (" at 0x%x irq %d drq %d",
snd_installed_cards[i].config.io_base,
snd_installed_cards[i].config.irq,
@@ -88,7 +85,6 @@
snd_installed_cards[i].config.dma2);
else
printk ("\n");
-#endif
}
else
snd_installed_cards[i].enabled = 0; /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this