summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auich.c
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2008-04-21 00:32:44 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2008-04-21 00:32:44 +0000
commit36bf5b189175ea403450119f66c0fc6b0065200b (patch)
treeaaa8e60176bd1cd2a387e885e469287cf38c8497 /sys/dev/pci/auich.c
parente2c0d8670c0c4a94f1c1a1fce050bead469315cf (diff)
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/pci/auich.c')
-rw-r--r--sys/dev/pci/auich.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/auich.c b/sys/dev/pci/auich.c
index 0510ab62e53..57e2c4a7014 100644
--- a/sys/dev/pci/auich.c
+++ b/sys/dev/pci/auich.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auich.c,v 1.71 2008/03/24 07:03:16 jakemsr Exp $ */
+/* $OpenBSD: auich.c,v 1.72 2008/04/21 00:32:43 jakemsr Exp $ */
/*
* Copyright (c) 2000,2001 Michael Shalayeff
@@ -333,7 +333,8 @@ struct audio_hw_if auich_hw_if = {
auich_mappage,
auich_get_props,
auich_trigger_output,
- auich_trigger_input
+ auich_trigger_input,
+ NULL
};
int auich_attach_codec(void *, struct ac97_codec_if *);