diff options
author | 2007-09-28 07:55:15 +0000 | |
---|---|---|
committer | 2007-09-28 07:55:15 +0000 | |
commit | 232eaf93c2bee95049f9ceeef83272474dbc8f2f (patch) | |
tree | e726a578acc99cf6c78f1fdc88f419d7641ebebc | |
parent | "require to +inf." is not a good verb pattern, so reword; (diff) | |
download | wireguard-openbsd-232eaf93c2bee95049f9ceeef83272474dbc8f2f.tar.xz wireguard-openbsd-232eaf93c2bee95049f9ceeef83272474dbc8f2f.zip |
no longer used macros
spotted by brad
ok ratchov
-rw-r--r-- | sys/dev/usb/uaudio.c | 10 |
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) { |