From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5b57bec2c6321f6c12bef3ab2c2bf950@granite.cias.osakafu-u.ac.jp> To: 9fans@cse.psu.edu Subject: Re: [9fans] VT6306 chip is for OHCI or UHCI? From: Kenji Okamoto Date: Wed, 25 Aug 2004 10:27:30 +0900 In-Reply-To: <83c238fa25c5eab43cf68002bd9c7437@plan9.bell-labs.com> MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d92d9e98-eacd-11e9-9e20-41e7f4b1d025 > I've had some struggles with this. According to the specs, one sets the > playout speed by putting the number 44100 (or some other number of course) > in a control message to set speed. I found a few devices with discrete speed > settings (the one you have has these) where, instead of writing the speed, > you have to write the number of the setting (i.e., 0, 1, 2, 3, ... or just 0 or 1 > in your case). I attempt both and, if both fail, I print that message. In my case, all the buf[0] to buf[2] values equal to zero from the returned value from setupreply() in setspeed() in usbaudioctl.c. This is strange to me. > I would try to ignore that message for now and see if it works at all I'll try. Kenji