Re: [PATCH]: 2.4.0-testx: USB Audio

2000-11-28 Thread Pavel Machek
HI! > This patch adds a workaround for the Dallas chip; the chip tags > its 8bit formats with PCM8 but expects signed data. > @@ -2895,6 +2897,9 @@ > continue; > } > format = (fmt[5] == 2) ? (AFMT_U16_LE | AFMT_U8) : >(AF

Re: [PATCH]: 2.4.0-testx: USB Audio

2000-11-27 Thread Johannes Erdfelt
On Mon, Nov 27, 2000, Thomas Sailer <[EMAIL PROTECTED]> wrote: > This patch adds a workaround for the Dallas chip; the chip tags > its 8bit formats with PCM8 but expects signed data. > > Also, the driver is less verbose; I forward ported Alan Cox's changes > in 2.2.18pre Could you please send 2.

[PATCH]: 2.4.0-testx: USB Audio

2000-11-27 Thread Thomas Sailer
This patch adds a workaround for the Dallas chip; the chip tags its 8bit formats with PCM8 but expects signed data. Also, the driver is less verbose; I forward ported Alan Cox's changes in 2.2.18pre Tom --- drivers/usb/audio.c.origFri Oct 13 21:13:29 2000 +++ drivers/usb/audio.c Mon Nov 27 1