aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/dsp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18mISDN: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-03-24isdn: use setup_timerGeliang Tang1-3/+1
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-2/+2
2013-08-30mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter1-1/+3
2012-12-14mISDN: fix race in timer canceling on module unloadingKonstantin Khlebnikov1-2/+1
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil1-0/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-91/+90
2012-02-13mISDN: Fix typo in dsp_core.cMasanari Iida1-1/+1
2011-09-15isdn: Convert vmalloc/memset to vzallocJoe Perches1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-05isdn/mISDN: add __init/__exit macros to dsp_core.cPeter Huewe1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-12trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson1-1/+1
2009-05-25mISDN: Fix DTMF detection enable/disableAndreas Eversberg1-0/+2
2009-05-25mISDN: Cleanup debug messagesKarsten Keil1-7/+7
2009-05-25mISDN: Hardware acceleration is now possible in conjunction with audio recordingAndreas Eversberg1-8/+9
2009-05-25mISDN: Fix DTMF locking bug issueAndreas Eversberg1-17/+20
2009-05-25mISDN: Fixed missing spin lock on pipeline processAndreas Eversberg1-1/+3
2009-05-25mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg1-1/+1
2009-01-09mISDN: Fix kernel crash when doing hardware conference with more than two membersAndreas Eversberg1-2/+3
2009-01-09mISDN: Minor cleanupsAndreas Eversberg1-1/+1
2009-01-09mISDN: Fix HDLC DSP transmitPeter Schlaile1-4/+7
2009-01-09mISDN: Add feature via MISDN_CTRL_FILL_EMPTY to fill fifo if emptyAndreas Eversberg1-2/+35
2008-12-12mISDN: fix sparse warning: symbol 'nskb' shadows an earlier oneHannes Eder1-1/+1
2008-12-12mISDN: make global symbols static or include header filesHannes Eder1-1/+1
2008-07-27Add mISDN DSPKarsten Keil1-0/+1191