summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/simpleaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/simpleaudio.c')
-rw-r--r--sys/dev/fdt/simpleaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/simpleaudio.c b/sys/dev/fdt/simpleaudio.c
index 055f2e78e10..9ed72558849 100644
--- a/sys/dev/fdt/simpleaudio.c
+++ b/sys/dev/fdt/simpleaudio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: simpleaudio.c,v 1.2 2021/04/05 14:36:18 kn Exp $ */
+/* $OpenBSD: simpleaudio.c,v 1.3 2022/02/16 06:21:18 anton Exp $ */
/*
* Copyright (c) 2020 Patrick Wildt <patrick@blueri.se>
*
@@ -206,7 +206,7 @@ simpleaudio_attach_deferred(struct device *self)
simpleaudio_set_format(sc, fmt, pol, clk);
- audio_attach_mi(&simpleaudio_hw_if, sc, &sc->sc_dev);
+ audio_attach_mi(&simpleaudio_hw_if, sc, NULL, &sc->sc_dev);
}
void