summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/files.usb
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2015-05-11 06:46:21 +0000
committerratchov <ratchov@openbsd.org>2015-05-11 06:46:21 +0000
commitac2bb4f35e5a57326fc135134dc640899d0b5bd0 (patch)
tree1e63826ec7e7e40856b73e4c184d951aa1cec1ea /sys/dev/usb/files.usb
parentWhoops, need to pass through O_ACCMODE flags to the underlying __*_open() (diff)
downloadwireguard-openbsd-ac2bb4f35e5a57326fc135134dc640899d0b5bd0.tar.xz
wireguard-openbsd-ac2bb4f35e5a57326fc135134dc640899d0b5bd0.zip
Remove all audio format conversion code from the kernel (btw holding
the kernel_lock), as we already do better conversions in user-mode. Yet, no need for every single driver to fiddle with the conversion code as they are done transparently by common MI code. With help from armani and miod, support from mpi ok armani@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r--sys/dev/usb/files.usb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb
index 4cbbd8ff3df..a2a5fda5708 100644
--- a/sys/dev/usb/files.usb
+++ b/sys/dev/usb/files.usb
@@ -1,4 +1,4 @@
-# $OpenBSD: files.usb,v 1.123 2015/04/16 08:55:21 mpi Exp $
+# $OpenBSD: files.usb,v 1.124 2015/05/11 06:46:22 ratchov Exp $
# $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $
#
# Config file and device description for machine-independent USB code.
@@ -26,7 +26,7 @@ attach uhub at uhub with uhub_uhub
define ucombus {[portno = -1]}
# Audio devices
-device uaudio: audio, auconv, mulaw
+device uaudio: audio
attach uaudio at uhub
file dev/usb/uaudio.c uaudio