summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@cvs.openbsd.org>2022-02-16 06:21:20 +0000
committerAnton Lindqvist <anton@cvs.openbsd.org>2022-02-16 06:21:20 +0000
commit6b5ed4ea8ca4b14dafdb7ce15afc72a6d756202a (patch)
tree78567ae4289861ca9d6a25dcc382f5eb0e9f874d /sys/dev/ic
parent1cea3101da903c78d6e8888c4319699662a142ee (diff)
Make room for a cookie argument passed to audio_attach_mi(). Currently
unused but intended to be used to correlate audio and wskbd devices. ok ratchov@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/arcofi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/arcofi.c b/sys/dev/ic/arcofi.c
index 9c34840db1a..3bf44fbc1ce 100644
--- a/sys/dev/ic/arcofi.c
+++ b/sys/dev/ic/arcofi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arcofi.c,v 1.17 2016/09/19 22:21:09 kettenis Exp $ */
+/* $OpenBSD: arcofi.c,v 1.18 2022/02/16 06:21:18 anton Exp $ */
/*
* Copyright (c) 2011 Miodrag Vallat.
@@ -1125,7 +1125,7 @@ arcofi_attach(struct arcofi_softc *sc, const char *version)
arcofi_write(sc, ARCOFI_FIFO_IR, 0);
arcofi_write(sc, ARCOFI_CSR, CSR_INTR_ENABLE);
- audio_attach_mi(&arcofi_hw_if, sc, &sc->sc_dev);
+ audio_attach_mi(&arcofi_hw_if, sc, NULL, &sc->sc_dev);
return;
error: