diff options
Diffstat (limited to 'sys/dev/isa/wss.c')
-rw-r--r-- | sys/dev/isa/wss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wss.c b/sys/dev/isa/wss.c index 9476f45fb4e..c49eb337d44 100644 --- a/sys/dev/isa/wss.c +++ b/sys/dev/isa/wss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wss.c,v 1.17 1998/11/03 21:15:01 downsj Exp $ */ +/* $OpenBSD: wss.c,v 1.18 1999/01/02 00:02:48 niklas Exp $ */ /* $NetBSD: wss.c,v 1.42 1998/01/19 22:18:23 augustss Exp $ */ /* @@ -153,7 +153,7 @@ wssattach(sc) sc->sc_ad1848.parent = sc; - audio_attach_mi(&wss_hw_if, 0, &sc->sc_ad1848, &sc->sc_dev); + audio_attach_mi(&wss_hw_if, &sc->sc_ad1848, &sc->sc_dev); } int |