add a couple quirks for the E-MU 0202
authorjakemsr <jakemsr@openbsd.org>
Wed, 21 Jul 2010 10:16:07 +0000 (10:16 +0000)
committerjakemsr <jakemsr@openbsd.org>
Wed, 21 Jul 2010 10:16:07 +0000 (10:16 +0000)
commit605fa7d4def2e11b8090d0f8e0a14354e8389f99
treec770e90a56797a8985bca74683284bf61ba3f9cf
parent9d97bd6a2d3d7aebeef0e2d5f06f83fa5c3743a4
add a couple quirks for the E-MU 0202
* the clock rate is configured through the audio interface, instead
of on the endpoint.
* since the clock rate is set on the interface, both play and
record must use the same sample rate.  this means the playback
and recording parameters are not independent, which is what uaudio
assumes.
sys/dev/usb/uaudio.c