From 9eca8860eab1a6f707c2f3fa6bd8386f0039e33f Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 13 Nov 2008 22:10:51 +0000 Subject: 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 --- drivers/dahdi/voicebus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dahdi/voicebus.h') 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); -- cgit v1.2.3