diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-01-12 08:44:08 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-01-12 08:44:08 +0000 |
| commit | 43ba4e27bdf8a38604f03d400a3720cfe7f766e5 (patch) | |
| tree | 45db3b915c6e3af432e484b993257cfe76b66fb2 | |
| parent | 2ceadba4645a92eafddd7521f9f32b60f5f0fe17 (diff) | |
Adjust for config changes.
| -rw-r--r-- | sys/dev/audio.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/audio.c b/sys/dev/audio.c index a6ef0b65a6a..1abe9dcfd14 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.80 1997/12/03 01:01:19 augustss Exp $ */ +/* $NetBSD: audio.c,v 1.81 1998/01/12 08:44:08 thorpej Exp $ */ /* * Copyright (c) 1991-1993 Regents of the University of California. @@ -190,9 +190,7 @@ struct cfattach audio_ca = { sizeof(struct audio_softc), audioprobe, audioattach }; -struct cfdriver audio_cd = { - NULL, "audio", DV_DULL -}; +extern struct cfdriver audio_cd; int audioprobe(parent, match, aux) |
