Re: Small sound-patch for 2.0.4

Kai Schulte (sp0005@aixrs1.hrz.uni-essen.de)
Wed, 10 Jul 1996 21:16:00 +0200 (MESZ)


On Tue, 9 Jul 1996, Tom Head wrote:

> > - sb16_set_mpu_port(devc, hw_config)
> Would this affect users who have an 8-bit SoundBlaster card, out of
> curiosity?

It wouldn't hurt if the call was missing entirely because it
will never be executed anyway, but this way the compile will still fail.

Actually, we could have the preprocessor eliminate such sections
based on the config options... The sound driver object file could
certainly do with a bit of dieting ;)

Kai