summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2007-09-28 07:55:16 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2007-09-28 07:55:16 +0000
commit78da3916805165657fac7d4cee54ae87f813d700 (patch)
tree2bb44c2ff27070cedf6f8f35c48b15b58a7b8765 /sys/dev
parent6ef29802546adc2e6e67ee5e9f178e083dcf9590 (diff)
no longer used macros
spotted by brad ok ratchov
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uaudio.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb/uaudio.c
index 058cd139894..affd2dfc490 100644
--- a/sys/dev/usb/uaudio.c
+++ b/sys/dev/usb/uaudio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uaudio.c,v 1.52 2007/09/25 18:11:47 ratchov Exp $ */
+/* $OpenBSD: uaudio.c,v 1.53 2007/09/28 07:55:15 jakemsr Exp $ */
/* $NetBSD: uaudio.c,v 1.90 2004/10/29 17:12:53 kent Exp $ */
/*
@@ -474,14 +474,6 @@ uaudio_attach(struct device *parent, struct device *self, void *aux)
sc->sc_audiodev = audio_attach_mi(&uaudio_hw_if, sc, &sc->sc_dev);
}
-/*
- * Macros to help sync OpenBSD to NetBSD
- */
-#define hw_channels channels
-#define hw_sample_rate sample_rate
-#define hw_precision precision
-#define hw_encoding encoding
-
int
uaudio_activate(struct device *self, enum devact act)
{