summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-11-13 22:10:51 +0000
committerShaun Ruffell <sruffell@digium.com>2008-11-13 22:10:51 +0000
commit9eca8860eab1a6f707c2f3fa6bd8386f0039e33f (patch)
tree140fbf6591aab672aadbd416a4503bf6510cf4cf /drivers/dahdi/voicebus.h
parent0fd0938ef7c0598d984d60ac968a89c08af5295c (diff)
Make a message about the host cacheline size being unsupported a debug only
message. The voicebus interface still works whether the cacheline size is supported or not, but the message is confusing to users. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5303 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus.h')
-rw-r--r--drivers/dahdi/voicebus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/voicebus.h b/drivers/dahdi/voicebus.h
index 9eb9d22..f3be573 100644
--- a/drivers/dahdi/voicebus.h
+++ b/drivers/dahdi/voicebus.h
@@ -41,6 +41,7 @@ int voicebus_init(struct pci_dev* pdev, u32 framesize,
void (*handle_receive)(void *buffer, void *context),
void (*handle_transmit)(void *buffer, void *context),
void *context,
+ u32 debuglevel,
struct voicebus **vb_p);
void voicebus_release(struct voicebus *vb);
int voicebus_start(struct voicebus *vb);