remove unused IPL_SOFTAUDIO define, missed in rev 1.200
authorjsg <jsg@openbsd.org>
Fri, 7 Jun 2024 08:48:10 +0000 (08:48 +0000)
committerjsg <jsg@openbsd.org>
Fri, 7 Jun 2024 08:48:10 +0000 (08:48 +0000)
sys/dev/audio.c

index 3c3f3cf..d1847f1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: audio.c,v 1.206 2023/02/10 14:34:16 visa Exp $        */
+/*     $OpenBSD: audio.c,v 1.207 2024/06/07 08:48:10 jsg Exp $ */
 /*
  * Copyright (c) 2015 Alexandre Ratchov <alex@caoua.org>
  *
@@ -48,8 +48,6 @@
 #define DPRINTFN(n, ...) do {} while(0)
 #endif
 
-#define IPL_SOFTAUDIO          IPL_SOFTNET
-
 #define DEVNAME(sc)            ((sc)->dev.dv_xname)
 #define AUDIO_UNIT(n)          (minor(n) & 0x0f)
 #define AUDIO_DEV(n)           (minor(n) & 0xf0)