diff options
author | Karsten Keil <kkeil@suse.de> | 2008-07-27 01:56:38 +0200 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2008-07-27 01:56:38 +0200 |
commit | 960366cf8dbb3359afaca30cf7fdbf69a6d6dda7 (patch) | |
tree | 261bc6e6584caf44d8d1fa319e6228431ac3b91d /drivers/isdn/mISDN/Makefile | |
parent | 1b2b03f8e514e4f68e293846ba511a948b80243c (diff) | |
download | op-kernel-dev-960366cf8dbb3359afaca30cf7fdbf69a6d6dda7.zip op-kernel-dev-960366cf8dbb3359afaca30cf7fdbf69a6d6dda7.tar.gz |
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 87c563d..7f1a218 100644 --- a/drivers/isdn/mISDN/Makefile +++ b/drivers/isdn/mISDN/Makefile @@ -3,7 +3,9 @@ # obj-$(CONFIG_MISDN) += mISDN_core.o +obj-$(CONFIG_MISDN_DSP) += mISDN_dsp.o # multi objects mISDN_core-objs := core.o fsm.o socket.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o +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 |