Not sure if anyone cares about this anymore but its a really simple fix.
Heres a patch for sound/usb/usbmixer.c in 2.6.19.1.  You may need to use
OSS emulation for some applications to avoid sound distortion.

1486c1486,1487
<       if (! num_ins || desc[0] < 6 + num_ins) {
---
>       /* the magic number is '5'. */
>       if (! num_ins || desc[0] < 5 + num_ins) {

-- 
minivox ( mvox100) usb speakerphone doesn't work.
https://launchpad.net/bugs/26683

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to