note uaudio is half duplex ATM, too

This commit is contained in:
jdolecek 2002-01-21 23:19:41 +00:00
parent 66398facee
commit 9dc7a3fb6e
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uaudio.4,v 1.12 2002/01/21 23:13:51 jdolecek Exp $
.\" $NetBSD: uaudio.4,v 1.13 2002/01/21 23:19:41 jdolecek Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -129,3 +129,7 @@ The mixer interface is really incomplete.
.Pp
There should be some heuristics that allows important controls,
e.g., volume, to be identified and given its traditional name.
.Pp
The driver is half duplex only at the moment, even when the USB device
supports full duplex operation. This is driver limitation
rather than hardware one.