summaryrefslogtreecommitdiff
path: root/sys/dev/audio_if.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-24 20:42:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-24 20:42:41 +0000
commitb51b39fc084cc905d4bd78985239c21042fa0e75 (patch)
treeeab9ecc38c930e1072995f24788c7e289acc4ecf /sys/dev/audio_if.h
parent456457244dc95666dc84d78c9fada77b11dc4295 (diff)
same gory splaudio hack for amd64, sigh
Diffstat (limited to 'sys/dev/audio_if.h')
-rw-r--r--sys/dev/audio_if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/audio_if.h b/sys/dev/audio_if.h
index e942fcbcde1..7210f58ab46 100644
--- a/sys/dev/audio_if.h
+++ b/sys/dev/audio_if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: audio_if.h,v 1.23 2004/01/31 15:21:18 drahn Exp $ */
+/* $OpenBSD: audio_if.h,v 1.24 2004/02/24 20:42:40 deraadt Exp $ */
/* $NetBSD: audio_if.h,v 1.24 1998/01/10 14:07:25 tv Exp $ */
/*
@@ -158,7 +158,7 @@ int audioprint(void *, const char *);
#define ISDEVAUDIOCTL(x) (AUDIODEV((x)) == AUDIOCTL_DEVICE)
#define ISDEVMIXER(x) (AUDIODEV((x)) == MIXER_DEVICE)
-#if !defined(__i386__) && !defined(__sparc64__) && !defined(__powerpc__) && !defined(__hppa__) && !defined(__arm__)
+#if !defined(__i386__) && !defined(__sparc64__) && !defined(__powerpc__) && !defined(__hppa__) && !defined(__arm__) && !defined(__x86_64__)
#define splaudio splbio /* XXX */
#define IPL_AUDIO IPL_BIO /* XXX */
#endif