On Wed, 5 Apr 2000, tom r wrote:
> Anybody know what  CONFIG_AEDSP16 in the kernel config does ?  It's in the
> Sound section ?

  You may find these commands useful:

cd /usr/src/linux
grep -l CONFIG_AEDSP16 $( find -name "*.c" -o -name "*.h"  | xargs ) 

  It matches two files, both in drivers/sound/lowlevel/, one is "lowlevel.c"
(contains the master init calls to other lowlevel modules), the other is
"aedsp16.c".  The header there says:

        Audio Excel DSP 16 software configuration routines      

  HTH,

-- 
Ben Scott <[EMAIL PROTECTED]>
| "Come not between the Dragon and his wrath." |
|  - William Shakespeare, _King_Lear_, I.i.124 |


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to