diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 11:10:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 11:10:48 +0000 |
commit | f4e8c459fc3dbe006b4fa187c67f9f9e7bcad3e4 (patch) | |
tree | bafe51d395b4187a716f58b254ad7a8d4427fba0 /sys/dev/usb/uaudio.c | |
parent | ad9f9d0831264ac280d49d0e615d7b0329e8d46d (diff) |
updated URLs from Jared Yanovich;
however, I did not apply the diff exactly. After hunting around I
found URLs for the missing files, and the ../index.html link appears
not to work. I replaced it with a more suitable link.
Diffstat (limited to 'sys/dev/usb/uaudio.c')
-rw-r--r-- | sys/dev/usb/uaudio.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb/uaudio.c index 248ad857474..306691ed2da 100644 --- a/sys/dev/usb/uaudio.c +++ b/sys/dev/usb/uaudio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uaudio.c,v 1.17 2003/05/19 18:38:42 miod Exp $ */ +/* $OpenBSD: uaudio.c,v 1.18 2003/11/07 11:10:47 jmc Exp $ */ /* $NetBSD: uaudio.c,v 1.67 2003/05/03 18:11:41 wiz Exp $ */ /* @@ -39,9 +39,9 @@ */ /* - * USB audio specs: http://www.usb.org/developers/data/devclass/audio10.pdf - * http://www.usb.org/developers/data/devclass/frmts10.pdf - * http://www.usb.org/developers/data/devclass/termt10.pdf + * USB audio specs: http://www.usb.org/developers/devclass_docs/audio10.pdf + * http://www.usb.org/developers/devclass_docs/frmts10.pdf + * http://www.usb.org/developers/devclass_docs/termt10.pdf */ #include <sys/param.h> |