Re: [linux-usb-devel] Kernel support for Audio Devices Class Release 2.0

2006-11-29 Thread Clemens Ladisch
Carsten Beth wrote: > On Friday, November 24, 2006 11:54 Clemens Ladisch wrote: > > The 1.0 spec doesn't say anything about high speed. Other drivers > > might get confused, but the Linux USB audio driver _does_ support high > > speed transfers. > > > > The only known device where this is used is

Re: [linux-usb-devel] Kernel support for Audio Devices Class Release 2.0

2006-11-29 Thread Carsten Beth
Hallo, thank you very much for your answer, clemens. On Friday, November 24, 2006 11:54 Clemens Ladisch wrote: > Carsten Beth wrote: > > 1) I found that there is a newer audio device class defined, the > > "Universal Serial Bus Device Class Definition for Audio Devices", > > Release 2.0, May 31,

Re: [linux-usb-devel] Kernel support for Audio Devices Class Release 2.0

2006-11-24 Thread Clemens Ladisch
Carsten Beth wrote: > 1) I found that there is a newer audio device class defined, the > "Universal Serial Bus Device Class Definition for Audio Devices", > Release 2.0, May 31, 2006. I've never heard of this release 2.0 before. > Are there plans to support this device class in the kernel in the

Re: [linux-usb-devel] Kernel support for Audio Devices Class Release 2.0

2006-11-23 Thread Carsten Beth
Hallo Greg, thank you for your answer! On Thursday, November 23, 2006 10:48 Greg KH wrote: > On Tue, Nov 21, 2006 at 05:39:02PM +0100, Carsten Beth wrote: > > Hallo, > > > > we are building a multichannel USB soundcard with sample rates up to 48 > > KHz (maybe 96 KHz) and a bit width of up to 24.

Re: [linux-usb-devel] Kernel support for Audio Devices Class Release 2.0

2006-11-23 Thread Greg KH
On Tue, Nov 21, 2006 at 05:39:02PM +0100, Carsten Beth wrote: > Hallo, > > we are building a multichannel USB soundcard with sample rates up to 48 KHz > (maybe 96 KHz) and a bit width of up to 24. We must implement a high speed > device in order to satisfy the required communication bandwidth. B