Messages in this thread |  | | Date | Thu, 19 Sep 1996 09:22:56 +0100 (BST) | From | Mr S J Greenaway <> | Subject | Re: Patch for "Config.in Broken" |
| |
Why disable this driver? It works for me, I run a SB16 and an AEDSP 16 in MSS emulation mode... Can we leave this as it is!
On Thu, 19 Sep 1996, Pete Harlan wrote:
> So how about xconfig's "Config.in Broken" message, huh? It looks > dopey, so here's a (too?) simple patch to make it go away. > > This works for me, but perhaps someone who knows what they're doing > can do a better job. > > Welcome to My First Patch (new from Kenner), > > Pete Harlan > pete@mymenus.com > > ==================================================================== > > --- v2.0.20/linux/drivers/sound/configure.c Sun Aug 25 15:37:52 1996 > +++ linux/drivers/sound/configure.c Thu Sep 19 00:00:33 1996 > @@ -735,11 +735,13 @@ > * IRQ and DMA settings > */ > > +#if 0 /* Disable AEDSP16 until it's fully supported. */ > ask_int_choice (B (OPT_AEDSP16), "AEDSP16_BASE", > "I/O base for Audio Excel DSP 16", > FMT_HEX, > 0x220, > "220 or 240"); > +#endif > > ask_int_choice (B (OPT_SB), "SBC_BASE", > "I/O base for SB", >
|  |