mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 01:36:44 +07:00
960366cf8d
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>
12 lines
348 B
Makefile
12 lines
348 B
Makefile
#
|
|
# Makefile for the modular ISDN driver
|
|
#
|
|
|
|
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
|