summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/dsp_core.c
Commit message (Expand)AuthorAgeFilesLines
* mISDN: Update parameter type of dsp_cmx_send()Nathan Chancellor2023-08-031-1/+1
* mISDN: Use LIST_HEAD() for list_headShixin Liu2021-03-301-5/+2
* mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu2021-03-301-2/+1
* isdn: mISDN: remove unneeded variable 'ret'Yang Li2021-03-101-2/+1
* isdn: mISDN: remove a bogus reference to a non-existing docMauro Carvalho Chehab2019-06-081-2/+0
* mISDN: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+2
* isdn: use setup_timerGeliang Tang2017-03-241-3/+1
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* treewide: Fix typo in printk messagesMasanari Iida2015-03-061-2/+2
* mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter2013-08-301-1/+3
* mISDN: fix race in timer canceling on module unloadingKonstantin Khlebnikov2012-12-141-2/+1
* mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil2012-05-161-0/+1
* isdn: whitespace coding style cleanupJoe Perches2012-02-211-91/+90
* mISDN: Fix typo in dsp_core.cMasanari Iida2012-02-131-1/+1
* isdn: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-2/+1
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* isdn/mISDN: add __init/__exit macros to dsp_core.cPeter Huewe2010-02-051-2/+2
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\
| * trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson2009-06-121-1/+1
* | mISDN: Fix DTMF detection enable/disableAndreas Eversberg2009-05-251-0/+2
* | mISDN: Cleanup debug messagesKarsten Keil2009-05-251-7/+7
* | mISDN: Hardware acceleration is now possible in conjunction with audio recordingAndreas Eversberg2009-05-251-8/+9
* | mISDN: Fix DTMF locking bug issueAndreas Eversberg2009-05-251-17/+20
* | mISDN: Fixed missing spin lock on pipeline processAndreas Eversberg2009-05-251-1/+3
* | mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg2009-05-251-1/+1
|/
* mISDN: Fix kernel crash when doing hardware conference with more than two mem...Andreas Eversberg2009-01-091-2/+3
* mISDN: Minor cleanupsAndreas Eversberg2009-01-091-1/+1
* mISDN: Fix HDLC DSP transmitPeter Schlaile2009-01-091-4/+7
* mISDN: Add feature via MISDN_CTRL_FILL_EMPTY to fill fifo if emptyAndreas Eversberg2009-01-091-2/+35
* mISDN: fix sparse warning: symbol 'nskb' shadows an earlier oneHannes Eder2008-12-121-1/+1
* mISDN: make global symbols static or include header filesHannes Eder2008-12-121-1/+1
* Add mISDN DSPKarsten Keil2008-07-271-0/+1191