diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-11-03 21:05:08 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-11-03 21:05:08 +0000 |
commit | 6c3de1591f2b867bd8f230b27bb5eea5af2c45af (patch) | |
tree | 5c0aee8fb54d2e0b6af78b5081be46ef6de8368a /sys | |
parent | 37cd2221614ee5b8e773155476a3fa2a32d3883d (diff) |
Update audio_hw_if.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/sv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/sv.c b/sys/dev/pci/sv.c index dfa98af0603..06342133a46 100644 --- a/sys/dev/pci/sv.c +++ b/sys/dev/pci/sv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sv.c,v 1.4 1998/10/05 20:47:45 niklas Exp $ */ +/* $OpenBSD: sv.c,v 1.5 1998/11/03 21:05:07 downsj Exp $ */ /* * Copyright (c) 1998 Constantine Paul Sapuntzakis @@ -191,6 +191,8 @@ struct audio_hw_if sv_hw_if = { sv_round, sv_mappage, sv_get_props, + NULL, + NULL }; |