Greg KH wrote: > On Sun, Nov 07, 2010 at 09:02:40PM -0500, Kirill Igumenshchev wrote: > > Android lacks good sound quality. I'd like to use an external sound card. > > Do you know if there is any effort somewhere to write drivers for > > android devices? > > All normal kernel drivers should work with android as it just uses the > standard Linux kernel + a bunch of android-specific stuff. Any USB audio device that works with 'normal' Linux will also be supported by the _same_ USB audio driver in the Android kernel. However, it's possible that Android did not bother to enable this driver in its default configuration, and that the userspace stuff does not allow Android applications to switch to any other than the default internal sound device. To summarize: Your problem is not the driver, but how to access that driver, which is an Adroid-specific problem. Regards, Clemens -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html