summaryrefslogtreecommitdiff
path: root/sys/dev/isa/gus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/gus.c')
-rw-r--r--sys/dev/isa/gus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/gus.c b/sys/dev/isa/gus.c
index 32dc84502d7..8ff717032c8 100644
--- a/sys/dev/isa/gus.c
+++ b/sys/dev/isa/gus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gus.c,v 1.48 2021/03/07 06:17:03 jsg Exp $ */
+/* $OpenBSD: gus.c,v 1.49 2022/02/16 06:21:18 anton Exp $ */
/* $NetBSD: gus.c,v 1.51 1998/01/25 23:48:06 mycroft Exp $ */
/*-
@@ -3398,7 +3398,7 @@ gus_subattach(struct gus_softc *sc, struct isa_attach_args *ia)
*/
audio_attach_mi(&gus_hw_if, HAS_CODEC(sc) ? (void *)&sc->sc_codec :
- (void *)sc, &sc->sc_dev);
+ (void *)sc, NULL, &sc->sc_dev);
}
/*