summaryrefslogtreecommitdiff
path: root/kernel/zttranscode.c
AgeCommit message (Expand)Author
2009-03-24Backporting changes to the transcoder from dahdi.sruffell
2009-01-07Set that the channel is busy even when it is already built. This is alreadysruffell
2009-01-05spin_is_lock always evalulates to 0 on SMP kernels. So since I still want tosruffell
2008-12-04Service the transmit descriptor ring before the receive descriptor ring sosruffell
2008-12-04- Ensure that the sample size is set correctly when decoding G723 packets.sruffell
2008-10-10- Ensure that the source format is considered when selecting a transcoder.sruffell
2008-08-19Couple of fixes for the transcoder:sruffell
2008-08-14backport new transcoder interface and driver from DAHDIkpfleming
2008-08-14more license header updateskpfleming
2008-08-12bring back the transcoder interface... it will be upgraded to the new improve...kpfleming
2008-08-07remove support for the Digium TC400 transcoder card; the interace to this car...kpfleming
2008-02-18Closes issue #11471. Replaced instances of strncpy with zap_copy_string (adde...jpeeler
2008-02-04Move kernel stuff to under kernel/ tzafrir