Santiago Fernandez wrote:
> On Fri, Sep 12, 2003 at 06:27:01PM +0200, Clemens Ladisch wrote:
> > Santiago Fernandez wrote:
> > > I'm trying to use an USB headset  with my laptop (Debian PPC Sid, ALSA
> > > version  0.9.6). According  to /proc/asound/card0/stream0  the headset
> > > supports both recording and playback with U8 format. arecord and aplay
> > > work and  I can hear  what I recorded  but masked by  a high-frequency
> > > loud noise. The noise is a square wave valued either 0 or 255.
> >
> > Apparently, your headset claims to use U8 format, but really uses S8.

What I wrote is wrong. Your headset supports both S8 and U8, but the
USB audio driver uses the wrong format.

If you have the source, you can fix this by editing
alsa-kernel/usb/usbaudio.c: in line 2005, change U8 to S8, then
recompile and reinstall the drivers . (This fix should be in CVS in a
few days.)


HTH
Clemens




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to