summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp
AgeCommit message (Expand)Author
2010-01-08voicebus: Remove framesize, buffer_cache, and cache_line members from struct.Shaun Ruffell
2010-01-08voicebus: Make 'struct voicebus' embeddable by the client driver strutures.Shaun Ruffell
2009-12-22voicebus, wcte12xp: Only define SLAB_STORE_USER when CONFIG_SLUB is defined.Shaun Ruffell
2009-11-23Even if we are debouncing the LOS declaration, we still expect the LED toMike Spiceland
2009-11-12wcte12xp, voicebus: Set the companding mode correctly on E1.Shaun Ruffell
2009-11-12wcte12xp: Change serial port configuration setting for hw echocan.Shaun Ruffell
2009-11-12voicebus: Use dev_xxx macro when printing vpm messages.Shaun Ruffell
2009-11-12voicebus: Remove redundant MAX_CHANNELS_FROM_SPANShaun Ruffell
2009-11-12wctdm24xxp, wcte12xp: We no longer have any DTMF events to check for.Shaun Ruffell
2009-11-12voicebus: Fix race when enabling/disabling hardware echocan.Shaun Ruffell
2009-11-10wcte12xp: Export features and operations for VPMADT032.Shaun Ruffell
2009-11-09wcte12xp: use the dev_xxx macro for the debounce messages.Shaun Ruffell
2009-11-09wcte12xp: Only print the new debounce messages when debug is set.Shaun Ruffell
2009-11-07wcte12xp: Fix up some continued strings.Shaun Ruffell
2009-11-07voicebus: Add optional sysfs entry for reading a boards current latency.Shaun Ruffell
2009-11-07voicebus, wctdm24xxp, wcte12xp: Move a print out of the interrupt handler.Shaun Ruffell
2009-11-07wcte12xp: Lock latency when loadingShaun Ruffell
2009-11-07wcte12xp: Remove unused flag member and make const the t1_descs.Shaun Ruffell
2009-11-04Remove commented out code block that was unintentionally left in.Mike Spiceland
2009-11-04Adding alarm debounce to single span driver (wcte12xp).Mike Spiceland
2009-10-02wcte12xp: The timer is called every 200ms, not every 100ms. Fix comment.Shaun Ruffell
2009-10-02Implement API update to do per-channel companding selection for VPMADT032Matthew Fredrickson
2009-09-30Update echocan API so it only uses channel offset in free routineMatthew Fredrickson
2009-08-19Ensure that dahdi_scan correctly reports VPM presence.Kevin P. Fleming
2009-08-11wcte12xp: Removing a few macros that are no longer used.Shaun Ruffell
2009-08-04wcte12xp: Remove unnecessary usage of keyword volatile.Shaun Ruffell
2009-08-04wcte12xp: Remove the vpm_num from 'struct command'Shaun Ruffell
2009-08-04wcte12xp: Remove unused 'schluffen' declaration in wcte12xp.hShaun Ruffell
2009-07-16wcte12xp: Disable vpmadt032 companding by default.Shaun Ruffell
2009-06-29dahdi-base: Enable DAHDI to manage the reference counts for the board drivers.Shaun Ruffell
2009-05-14wcte12xp: Set the syncsrc in the span appropriately.Shaun Ruffell
2009-05-11wcte12xp: Expose vpm parameters as module parameters.Shaun Ruffell
2009-05-11voicebus: Update the default vpmadt032 parameters.Shaun Ruffell
2009-05-07voicebus: Create workqueue for each vpmadt032 instance.Shaun Ruffell
2009-05-07voicebus: Changing default NLP type to 'suppression'.Shaun Ruffell
2009-04-30Ensure that vpmsupport=0 module parameter takes proper effectKevin P. Fleming
2009-04-29echocan: Improve interface for echo cancelers.Shaun Ruffell
2009-04-29voicebus: Move common vpmadt032 interface into voicebus module.Shaun Ruffell
2009-04-29wcte12xp: Update cmdqueue processing.Shaun Ruffell
2009-01-28Allow EXTRA_CFLAGS to propagate to builds in the subfolders for wct4xxp,Shaun Ruffell
2009-01-26Manipulate the REGISTERED flag with atomic bitops now since the bit is setShaun Ruffell
2008-12-16wcte12xp: Quiet some warnings about possible use of uninitialized variables.Shaun Ruffell
2008-12-15wcte12xp: do not release a spinlock that we did not acquire.Shaun Ruffell
2008-11-13Make a message about the host cacheline size being unsupported a debug onlyShaun Ruffell
2008-11-10- Do not hold any locks while calling close_channel, which can result in callsShaun Ruffell
2008-11-05Check the return value of the down_interruptible call in order to quiet aShaun Ruffell
2008-10-28fix a large number of warnings found by sparse, the kernel code sanity checki...Kevin P. Fleming
2008-10-14If the vpmad032 firmware needs to be reloaded, make sure we use the same slotShaun Ruffell
2008-09-28Fixed type of flags parameter to spin_lock_irqsave functions. FixesShaun Ruffell
2008-09-18Adding a needed header for the in_atomic call.Shaun Ruffell