diff options
-rw-r--r-- | sys/dev/audio_if.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/audio_if.h b/sys/dev/audio_if.h index 8d5c2f8b3fd..e942fcbcde1 100644 --- a/sys/dev/audio_if.h +++ b/sys/dev/audio_if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: audio_if.h,v 1.22 2003/03/28 09:47:21 jmc Exp $ */ +/* $OpenBSD: audio_if.h,v 1.23 2004/01/31 15:21:18 drahn 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__) +#if !defined(__i386__) && !defined(__sparc64__) && !defined(__powerpc__) && !defined(__hppa__) && !defined(__arm__) #define splaudio splbio /* XXX */ #define IPL_AUDIO IPL_BIO /* XXX */ #endif |