Nick Sayer d807a231a2 Add uaudio -- a USB audio device driver.
This driver actually works slightly better on -stable than on -current
(the system locks on detach on -current), so it should be MFC'd somewhat
sooner.

This driver currently points out a difficulty in the sound device framework.
The PCM unregister routine is allowed to refuse the detach if the device is
in use. In the case of a USB device, however, this unregistration is much more
mandatory in nature, since the device is *actually* gone when this call is
made. The sound subsystem really should not refuse an unregistration and
should take its own steps to reject further I/O. As a result, if you detach
a USB sound device while it is in use, you can expect a panic shortly
thereafter.

This device cannot currently record audio. Some routines are unwritten as
of yet in uaudio.c to support recording.

This device hangs my -current box on detach. I don't know why. This does
not happen on my -stable machine.

Obtained from:	Hiroyuki Aizu
MFC after:	2 weeks
2002-07-21 17:28:50 +00:00
..
2002-03-20 02:08:01 +00:00
2002-06-06 16:35:58 +00:00
2002-05-15 12:25:11 +00:00
2002-07-21 05:16:56 +00:00
2002-06-01 16:20:27 +00:00
2002-03-20 02:08:01 +00:00
2001-11-15 07:52:49 +00:00
2002-01-08 06:47:55 +00:00
2002-04-02 05:52:52 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 02:08:01 +00:00
2002-04-13 22:34:16 +00:00
2002-02-04 14:01:27 +00:00
2002-04-13 22:34:16 +00:00
2002-07-14 12:09:48 +00:00
2001-07-02 05:29:58 +00:00
2002-07-11 03:27:30 +00:00
2002-03-20 02:08:01 +00:00
2002-07-05 11:07:42 +00:00
2001-06-15 00:19:43 +00:00
2002-05-30 23:41:51 +00:00
2002-05-24 06:32:18 +00:00
2002-03-23 15:36:13 +00:00
2002-07-21 04:23:40 +00:00
2002-06-01 18:50:35 +00:00
2002-07-15 05:05:50 +00:00
2002-04-09 00:35:26 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 07:51:46 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 02:08:01 +00:00