summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/snd/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/snd/sound.c')
-rw-r--r--sys/i386/isa/snd/sound.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/snd/sound.c b/sys/i386/isa/snd/sound.c
index 7257715..2e86e20 100644
--- a/sys/i386/isa/snd/sound.c
+++ b/sys/i386/isa/snd/sound.c
@@ -57,8 +57,9 @@
#include <sys/devfsext.h>
#endif /* DEVFS */
+#if NPCM > 0 /* from "pcm.h" via disgusting #include in snd/sound.h */
-#if NPCM > 0 /* from "snd.h" */
+extern struct isa_driver pcmdriver;
#define SNDSTAT_BUF_SIZE 4000
static char status_buf[SNDSTAT_BUF_SIZE] ;
OpenPOWER on IntegriCloud