I did some investigation to find out why the sample rate can't be set to 
anything but 48khz (or rather, remains 48khz even if it is set to 
something else) on the Audiophile.

In init_usb_sample_rate(), 
        if (fmt->attributes & EP_CS_ATTR_SAMPLE_RATE)
is never true, so the sample rate is not set.  If I just make it if(1) 
the sample rate is settable.  Is this a hardware bug or something else?

Ben



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to