dsp.h (8dd2f36f317569665e454268a2677cfba3e848f1) | dsp.h (190f71d9d8516fea4db01ba86ddfad5738a92703) |
---|---|
1/* 2 * Audio support data for ISDN4Linux. 3 * 4 * Copyright 2002/2003 by Andreas Eversberg (jolly@eversberg.eu) 5 * 6 * This software may be used and distributed according to the terms 7 * of the GNU General Public License, incorporated herein by reference. 8 * 9 */ 10 11#define DEBUG_DSP_CTRL 0x0001 12#define DEBUG_DSP_CORE 0x0002 13#define DEBUG_DSP_DTMF 0x0004 14#define DEBUG_DSP_CMX 0x0010 15#define DEBUG_DSP_TONE 0x0020 16#define DEBUG_DSP_BLOWFISH 0x0040 17#define DEBUG_DSP_DELAY 0x0100 | 1/* 2 * Audio support data for ISDN4Linux. 3 * 4 * Copyright 2002/2003 by Andreas Eversberg (jolly@eversberg.eu) 5 * 6 * This software may be used and distributed according to the terms 7 * of the GNU General Public License, incorporated herein by reference. 8 * 9 */ 10 11#define DEBUG_DSP_CTRL 0x0001 12#define DEBUG_DSP_CORE 0x0002 13#define DEBUG_DSP_DTMF 0x0004 14#define DEBUG_DSP_CMX 0x0010 15#define DEBUG_DSP_TONE 0x0020 16#define DEBUG_DSP_BLOWFISH 0x0040 17#define DEBUG_DSP_DELAY 0x0100 |
18#define DEBUG_DSP_CLOCK 0x0200 |
|
18#define DEBUG_DSP_DTMFCOEFF 0x8000 /* heavy output */ 19 20/* options may be: 21 * 22 * bit 0 = use ulaw instead of alaw 23 * bit 1 = enable hfc hardware accelleration for all channels 24 * 25 */ --- 239 unchanged lines hidden --- | 19#define DEBUG_DSP_DTMFCOEFF 0x8000 /* heavy output */ 20 21/* options may be: 22 * 23 * bit 0 = use ulaw instead of alaw 24 * bit 1 = enable hfc hardware accelleration for all channels 25 * 26 */ --- 239 unchanged lines hidden --- |