aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/dsp_pipeline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-05mISDN: Fix memory leak in dsp_pipeline_build()Alexey Khoroshilov1-3/+3
2021-05-20mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei1-44/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner1-18/+1
2015-10-13mISDN: use kstrdup() in dsp_pipeline_buildGeliang Tang1-10/+2
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-29/+27
2011-10-31drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
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
2009-06-11mISDN: Fix overlapping data accessKarsten Keil1-6/+5
2009-05-25mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg1-2/+3
2009-01-11misdn: indentation and braces disagree - add bracesIlpo Järvinen1-1/+2
2009-01-11misdn: one handmade ARRAY_SIZE convertedIlpo Järvinen1-2/+1
2009-01-09mISDN: Minor cleanupsAndreas Eversberg1-3/+3
2009-01-09mISDN: Add missing release functionsAndreas Eversberg1-7/+21
2009-01-06ISDN: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-12mISDN: use NULL pointer instead of plain integerHannes Eder1-1/+1
2008-07-27Add mISDN DSPKarsten Keil1-0/+348