summaryrefslogtreecommitdiffstats
path: root/share/man/man4/snd_uaudio.4
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2011-02-24 18:08:23 +0000
committerhselasky <hselasky@FreeBSD.org>2011-02-24 18:08:23 +0000
commit520f87eb1181ea337d89730c17815c5ed55a8776 (patch)
tree340568980e66007e5ccd0f1ef45c62e3e81a03a8 /share/man/man4/snd_uaudio.4
parent454012a4dbb6b07cd38b4d849fe92d8e7b91d718 (diff)
downloadFreeBSD-src-520f87eb1181ea337d89730c17815c5ed55a8776.zip
FreeBSD-src-520f87eb1181ea337d89730c17815c5ed55a8776.tar.gz
- Add missing xhci(4) manual page.
- Minor update in some USB manual pages. MFC after: 3 days Approved by: thompsa (mentor)
Diffstat (limited to 'share/man/man4/snd_uaudio.4')
-rw-r--r--share/man/man4/snd_uaudio.417
1 files changed, 9 insertions, 8 deletions
diff --git a/share/man/man4/snd_uaudio.4 b/share/man/man4/snd_uaudio.4
index e620777..b045851 100644
--- a/share/man/man4/snd_uaudio.4
+++ b/share/man/man4/snd_uaudio.4
@@ -29,12 +29,12 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 15, 2005
+.Dd February 24, 2011
.Dt SND_UAUDIO 4
.Os
.Sh NAME
.Nm snd_uaudio
-.Nd USB audio device driver
+.Nd USB audio and MIDI device driver
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
@@ -55,7 +55,9 @@ The
.Nm
driver provides support for
.Tn USB
-audio class devices.
+audio class devices and
+.Tn USB
+MIDI class devices.
.Pp
A
.Tn USB
@@ -94,8 +96,7 @@ as of this writing, does not handle device un-registrations in a properly
abstracted manner, i.e., a detach request is refused by the
.Tn PCM
framework if the device is in use.
-For
-.Tn USB
-and supposedly other detach-able busses, it is necessary to allow the
-device un-registration to complete successfully, otherwise the driver
-leaves wild pointers to invalid data structures and thus leading to a panic.
+It is necessary to allow the device un-registration to complete
+successfully, otherwise the
+.Tn PCM
+layer will panic.
OpenPOWER on IntegriCloud