summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cs4231.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sbus/cs4231.c')
-rw-r--r--sys/dev/sbus/cs4231.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/sbus/cs4231.c b/sys/dev/sbus/cs4231.c
index 3f43629560b..4a74570aa19 100644
--- a/sys/dev/sbus/cs4231.c
+++ b/sys/dev/sbus/cs4231.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4231.c,v 1.28 2006/06/02 20:00:56 miod Exp $ */
+/* $OpenBSD: cs4231.c,v 1.29 2008/04/21 00:32:43 jakemsr Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -180,7 +180,8 @@ struct audio_hw_if cs4231_sa_hw_if = {
0,
cs4231_get_props,
cs4231_trigger_output,
- cs4231_trigger_input
+ cs4231_trigger_input,
+ 0
};
struct cfattach audiocs_ca = {