summaryrefslogtreecommitdiff
path: root/sys/dev/pci/autri.c
diff options
context:
space:
mode:
authorEric Jackson <ericj@cvs.openbsd.org>2002-01-20 19:56:54 +0000
committerEric Jackson <ericj@cvs.openbsd.org>2002-01-20 19:56:54 +0000
commit10c920d080603ff3b6719285c3e7bd54ff32efd2 (patch)
tree252fa907f4d5c57349ee74c90f62b297da4fe787 /sys/dev/pci/autri.c
parent14675026c36c5e4af0a6ad26a161393ec808185a (diff)
make all audio drivers use the new allocm and round_buffersize decl's.
will ease porting, and generally cleans up a bit
Diffstat (limited to 'sys/dev/pci/autri.c')
-rw-r--r--sys/dev/pci/autri.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/pci/autri.c b/sys/dev/pci/autri.c
index f13b29641da..8bb3fffd23e 100644
--- a/sys/dev/pci/autri.c
+++ b/sys/dev/pci/autri.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autri.c,v 1.4 2001/12/05 10:00:18 deraadt Exp $ */
+/* $OpenBSD: autri.c,v 1.5 2002/01/20 19:56:53 ericj Exp $ */
/*
* Copyright (c) 2001 SOMEYA Yoshihiko and KUROSAWA Takahiro.
@@ -171,15 +171,13 @@ struct audio_hw_if autri_hw_if = {
autri_mixer_set_port,
autri_mixer_get_port,
autri_query_devinfo,
- NULL,
+ autri_malloc,
autri_free,
- NULL,
+ autri_round_buffersize,
autri_mappage,
autri_get_props,
autri_trigger_output,
autri_trigger_input,
- autri_malloc,
- autri_round_buffersize,
};
#if NMIDI > 0