diff options
author | Karsten Keil <kkeil@suse.de> | 2008-07-26 19:56:38 -0400 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2008-07-26 19:56:38 -0400 |
commit | 960366cf8dbb3359afaca30cf7fdbf69a6d6dda7 (patch) | |
tree | 261bc6e6584caf44d8d1fa319e6228431ac3b91d /drivers/isdn/mISDN/Makefile | |
parent | 1b2b03f8e514e4f68e293846ba511a948b80243c (diff) |
Add mISDN DSP
Enable support for digital audio processing capability.
This module may be used for special applications that require
cross connecting of bchannels, conferencing, dtmf decoding
echo cancelation, tone generation, and Blowfish encryption and
decryption.
It may use hardware features if available.
Signed-off-by: Karsten Keil <kkeil@suse.de>
Diffstat (limited to 'drivers/isdn/mISDN/Makefile')
-rw-r--r-- | drivers/isdn/mISDN/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isdn/mISDN/Makefile b/drivers/isdn/mISDN/Makefile index 87c563d33612..7f1a21804208 100644 --- a/drivers/isdn/mISDN/Makefile +++ b/drivers/isdn/mISDN/Makefile | |||
@@ -3,7 +3,9 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_MISDN) += mISDN_core.o | 5 | obj-$(CONFIG_MISDN) += mISDN_core.o |
6 | obj-$(CONFIG_MISDN_DSP) += mISDN_dsp.o | ||
6 | 7 | ||
7 | # multi objects | 8 | # multi objects |
8 | 9 | ||
9 | mISDN_core-objs := core.o fsm.o socket.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o | 10 | mISDN_core-objs := core.o fsm.o socket.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o |
11 | mISDN_dsp-objs := dsp_core.o dsp_cmx.o dsp_tones.o dsp_dtmf.o dsp_audio.o dsp_blowfish.o dsp_pipeline.o dsp_hwec.o | ||