1.3.35: sound driver missing linux/pgp.c

Sebastian Klein (aus001@rs1.rrz.Uni-Koeln.DE)
Mon, 16 Oct 1995 19:55:35 +0100 (MET)


When I tried to compile the new Linux 1.3.35, the sound driver
did not compile, in drivers/sound/soundcard.c, the include file
linux/pnp.h is missing. When creating an empty file of that name,
soundcard.c compiles sucessfully, but dev_table.c produces the
following error messages:

--- cut here ---
In file included from sound_config.h:208,
from dev_table.c:31:
dev_table.h:391: `CS4232_BASE' undeclared here (not in a function)
dev_table.h:391: initializer element for `snd_installed_cards[0].config.io_base' is not constant
dev_table.h:391: `CS4232_IRQ' undeclared here (not in a function)
dev_table.h:391: initializer element for `snd_installed_cards[0].config.irq' is not constant
dev_table.h:391: `CS4232_DMA' undeclared here (not in a function)
dev_table.h:391: initializer element for `snd_installed_cards[0].config.dma' is not constant
dev_table.h:391: `CS4232_DMA2' undeclared here (not in a function)
dev_table.h:391: initializer element for `snd_installed_cards[0].config.dma2' is not constant
dev_table.h:412: `MAUI_BASE' undeclared here (not in a function)
dev_table.h:412: initializer element for `snd_installed_cards[2].config.io_base' is not constant
dev_table.h:412: `MAUI_IRQ' undeclared here (not in a function)
dev_table.h:412: initializer element for `snd_installed_cards[2].config.irq' is not constant
make[2]: *** [dev_table.o] Error 1
make[1]: *** [sub_dirs] Error 2
make: *** [linuxsubdirs] Error 2
--- cut here ---

The sound driver is configured as a SB Pro.

As I did update from 1.3.30 to 1.3.35 in one step, I cannot tell which
patch introduced the error.

Sebastian Klein