summaryrefslogtreecommitdiff
path: root/kernel/voicebus.h
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-11-13 22:19:24 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-11-13 22:19:24 +0000
commitd2eb4c452ee779999e61678e16ccda44939d769c (patch)
tree2379020dcf927d3fc9891605c8d9fda785c4653c /kernel/voicebus.h
parentc2b4b3a3e62af589295560d169db17d7617212a7 (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.digium.com/svn/zaptel/branches/1.4@4579 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/voicebus.h')
-rw-r--r--kernel/voicebus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/voicebus.h b/kernel/voicebus.h
index 9a2d1c7..c234690 100644
--- a/kernel/voicebus.h
+++ b/kernel/voicebus.h
@@ -40,6 +40,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);