summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRussell Bryant <russell@digium.com>2008-08-03 15:48:43 +0000
committerRussell Bryant <russell@digium.com>2008-08-03 15:48:43 +0000
commit65d9b7fc7a2889232c5ce72babd536916bd90ed4 (patch)
tree38a8ba39f8ca0bb7579071bf84174bc746a6b77c /drivers
parent5fa7500cba284f665dc79ed1731132a9c6d25967 (diff)
Get rid of another typedef, sf_detect_state_t, and fix references
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4681 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/dahdi-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index bb92967..0daa838 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -6448,7 +6448,7 @@ void dahdi_ec_span(struct dahdi_span *span)
/* return 0 if nothing detected, 1 if lack of tone, 2 if presence of tone */
/* modifies buffer pointed to by 'amp' with notched-out values */
-static inline int sf_detect (sf_detect_state_t *s,
+static inline int sf_detect(struct sf_detect_state *s,
short *amp,
int samples,long p1, long p2, long p3)
{