summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xbus-pcm.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-01-19 13:22:38 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-01-19 13:22:38 +0000
commit05be929535cf887d1d0fb6779148ac022f63793c (patch)
tree96031aee8855f3a3e36b2b916f90b7dce9086ee2 /drivers/dahdi/xpp/xbus-pcm.h
parenta1e57aaa0ace1d5dd445ea75772b3f00af925026 (diff)
xpp: add driftinfo attributes; pcm sync bugfix
* Add an extra sysfs Astribank attribute for drift information * PCM synchronization bugfix git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5709 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xbus-pcm.h')
-rw-r--r--drivers/dahdi/xpp/xbus-pcm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dahdi/xpp/xbus-pcm.h b/drivers/dahdi/xpp/xbus-pcm.h
index be33044..093ea60 100644
--- a/drivers/dahdi/xpp/xbus-pcm.h
+++ b/drivers/dahdi/xpp/xbus-pcm.h
@@ -80,6 +80,8 @@ struct xpp_drift {
int median; /* (max + min) / 2 */
int jitter; /* max - min */
int calc_drift;
+ int kicks_up;
+ int kicks_down;
spinlock_t lock;
};