summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
AgeCommit message (Expand)Author
2009-01-05Even on older kernels, do not redefine WARN_ON_ONCE if it is already defined.Shaun Ruffell
2009-01-05Print more information to the kernel log when the transcoder sends us aShaun Ruffell
2008-12-11wctc4xxp: Fix compilation issues on 2.6.15 and below kernels. ThanksShaun Ruffell
2008-12-04Fix an erroneous warning and ensure that the sample size is set correctly whenShaun Ruffell
2008-12-01Fix issue with cut and paste that was preventing compilation.Shaun Ruffell
2008-12-01Service the transmit descriptor ring before the receive descriptor ring soShaun Ruffell
2008-11-17- Fix for race condition of encoder and decoder are allocated at the same timeShaun Ruffell
2008-11-05Fix warning messages in order to build on 2.6.27.Shaun Ruffell
2008-10-28fix a large number of warnings found by sparse, the kernel code sanity checki...Kevin P. Fleming
2008-10-10- Ensure that the source format is considered when selecting a transcoder.Shaun Ruffell
2008-10-06Embed room for the complete packet to the DTE in the transcoder bufferShaun Ruffell
2008-10-03There are two possible valid statues when booting the TC400M.Shaun Ruffell
2008-10-02Keep hold of the channel lock when setting the data_ready flag for the channelShaun Ruffell
2008-10-02wctc4xxp_cleanup_channel_private needs a pointer to the zt_transcoder_channelShaun Ruffell
2008-10-02Mark that there is not any data waiting whenever we cleanup the privateShaun Ruffell
2008-09-30Removing references to setup_timer in pre 2.6.18 kernels.Shaun Ruffell
2008-09-24Adding back in the mode module parameter for the wctc4xxp driver. This isShaun Ruffell
2008-08-27a bit of attribution cleanupKevin P. Fleming
2008-08-25Remove this warning, which could occur if the driver is loaded on a systemShaun Ruffell
2008-08-20Change to support both 5.3kbps and 6.3kbps bit rates when using the G723.1Shaun Ruffell
2008-08-19Fixed calculation of the timestamp.Shaun Ruffell
2008-08-19Couple of fixes for the transcoder:Shaun Ruffell
2008-08-06last round of license header updates hereKevin P. Fleming
2008-08-06fix a compiler warning by using the proper format string for a size_t variableKevin P. Fleming
2008-08-06A significant change to the DAHDI transcoder interface and the wctc4xxpShaun Ruffell
2008-08-03Change all instances of printk in DAHDI to include a priorityRussell Bryant
2008-07-29make an initial split of dahdi/kernel.h into userspace- and kernelspace-speci...Kevin P. Fleming
2008-06-20merge modular_ec branch, which adds modular echocan support and lots of minor...Kevin P. Fleming
2008-06-17get non-hotplug firmware building working againKevin P. Fleming
2008-06-17commit a bunch of stuff, primarily basic support for allowing drivers/dahdi a...Kevin P. Fleming
2008-05-22correct some product name typosKevin P. Fleming
2008-05-22and with one fell swoop... devfs support disappearsKevin P. Fleming
2008-05-22fix up all remaining references to zaptel/zapata (except for the ones in cred...Kevin P. Fleming
2008-05-21replace Zaptel with DAHDI, ZAPTEL with DAHDI, ZAPATA with DAHDIKevin P. Fleming
2008-05-21replace zap_ with dahdi_, ZAP_ with DAHDI_Kevin P. Fleming
2008-05-21replace ZT_ with DAHDI_, zt_ with dahdi_Kevin P. Fleming
2008-05-21modules build nowKevin P. Fleming
2008-05-21start copying kernel bitsKevin P. Fleming