summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ess.c
diff options
context:
space:
mode:
authorjakemsr <jakemsr@openbsd.org>2008-04-21 00:32:42 +0000
committerjakemsr <jakemsr@openbsd.org>2008-04-21 00:32:42 +0000
commit19281baff7ec09bf537f48fdcd72d5779b4e4c26 (patch)
treedc61b02bab7cd9f32121274abf7c100001ee7998 /sys/dev/isa/ess.c
parentTry to reset the machine through the firmware to reboot. (diff)
downloadwireguard-openbsd-19281baff7ec09bf537f48fdcd72d5779b4e4c26.tar.xz
wireguard-openbsd-19281baff7ec09bf537f48fdcd72d5779b4e4c26.zip
allow low level audio drivers to specify a default sample format,
instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@
Diffstat (limited to 'sys/dev/isa/ess.c')
-rw-r--r--sys/dev/isa/ess.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/ess.c b/sys/dev/isa/ess.c
index b661ad8abb8..a2941cf06bd 100644
--- a/sys/dev/isa/ess.c
+++ b/sys/dev/isa/ess.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ess.c,v 1.12 2007/11/05 00:17:28 jakemsr Exp $ */
+/* $OpenBSD: ess.c,v 1.13 2008/04/21 00:32:42 jakemsr Exp $ */
/* $NetBSD: ess.c,v 1.44.4.1 1999/06/21 01:18:00 thorpej Exp $ */
/*
@@ -237,6 +237,7 @@ struct audio_hw_if ess_1788_hw_if = {
ess_1788_get_props,
ess_audio1_trigger_output,
ess_audio1_trigger_input,
+ NULL
};
struct audio_hw_if ess_1888_hw_if = {
@@ -266,6 +267,7 @@ struct audio_hw_if ess_1888_hw_if = {
ess_1888_get_props,
ess_audio2_trigger_output,
ess_audio1_trigger_input,
+ NULL
};
#ifdef AUDIO_DEBUG