Re: [linux-usb-devel] audio.c (2.4 kernel) question

2006-11-03 Thread Clemens Ladisch
Niklas Fondberg wrote: > On Fri, 2006-11-03 at 08:47 +0100, Clemens Ladisch wrote: > > These two modules are ALSA's USB audio driver and ALSA's OSS emulation. > > Does this mean that the 8 and 16 KHz samples are done in software and > not in the usb device??? Yes, the OSS emulation does automatic

Re: [linux-usb-devel] audio.c (2.4 kernel) question

2006-11-03 Thread Niklas Fondberg
On Fri, 2006-11-03 at 08:47 +0100, Clemens Ladisch wrote: > These two modules are ALSA's USB audio driver and ALSA's OSS emulation. > The OSS driver would have been called "audio". Does this mean that the 8 and 16 KHz samples are done in software and not in the usb device???

Re: [linux-usb-devel] audio.c (2.4 kernel) question

2006-11-02 Thread Clemens Ladisch
Niklas Fondberg wrote: > I was wrong about the lsusb output it was my test application that could > set the device and retrieve the data in 8 and 16KHz but not on the 2.4 > machine. > > The snd modules I've loaded on 2.6 are: > snd_usb_audio 74817 0 > ... > snd_pcm_oss42849

Re: [linux-usb-devel] audio.c (2.4 kernel) question

2006-11-02 Thread Niklas Fondberg
I was wrong about the lsusb output it was my test application that could set the device and retrieve the data in 8 and 16KHz but not on the 2.4 machine. The snd modules I've loaded on 2.6 are: snd_usb_audio 74817 0 snd_usb_lib17217 1 snd_usb_audio snd_rawmidi2489

Re: [linux-usb-devel] audio.c (2.4 kernel) question

2006-11-02 Thread Clemens Ladisch
Niklas Fondberg wrote: > lsusb is reporting that the usb-audio device supports 8 and 16 KHz > samplerates on the 2.6 kernel machine but not on the 2.4 machine. Is this the same version of lsusb? What are the respective lsusb outputs? Regards, Clemens

Re: [linux-usb-devel] audio.c (2.4 kernel) question

2006-11-02 Thread Niklas Fondberg
On Thu, 2006-11-02 at 15:36 +0100, Clemens Ladisch wrote: > Niklas Fondberg wrote: > > Because I have seen problems with sample speed detection and also > > with some formats (works in 2.6) I have a question to you brilliant > > people out there... > > > > How can I change the code so that I can ac

Re: [linux-usb-devel] audio.c (2.4 kernel) question

2006-11-02 Thread Clemens Ladisch
Niklas Fondberg wrote: > Because I have seen problems with sample speed detection and also > with some formats (works in 2.6) I have a question to you brilliant > people out there... > > How can I change the code so that I can achieve a certain samplerate > when the driver only sees 44100 and 48000