Re: A sound support bug in 2.0.0? Need an advice.

Hannu Savolainen (hannu@voxware.pp.fi)
Mon, 10 Jun 1996 19:02:29 +0300 (EET DST)


On Mon, 10 Jun 1996, Vladimir Petersen (=BORG=) wrote:

> wish -f scripts/kconfig.tk
> WARNING - broken Config.in! CONFIG_AEDSP16 was not declared!
The attached patch should cure this warning.

Best regards,

Hannu
-----------------------------
Hannu Savolainen (hannu@voxware.pp.fi, hannu@4front-tech.com)
http://personal.eunet.fi/pp/voxware/hannu.html (my home page)
http://www.4Front-Tech.com/uss.html (UNIX Sound System (USS))
http://personal.eunet.fi/pp/voxware (USS Lite/TASD/VoxWare)
---------- cut here --------- patch to linux/drivers/sound/configure.c ---
*** configure.c.old Mon Jun 10 18:56:14 1996
--- configure.c Mon Jun 10 18:58:15 1996
***************
*** 427,432 ****
--- 427,433 ----
{

for (i = 0; i < OPT_LAST; i++)
+ if (!(B(i) & DISABLED_OPTIONS))
if (mask == B (i))
{
unsigned int j;