commit | b870472db5c90d3c96f4b85fbdfce87ce8076fc8 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Fri Sep 10 14:47:56 2010 -0700 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri Jan 13 10:25:44 2012 +0100 |
tree | 20232ae712793fff9b2fd4a679fc86e49559f90e | |
parent | cc5f13956c3e681d5974bc81b6d275c19666af4b [diff] |
usb: add audio device model This brings a usb audio device to qemu. Output only, fixed at 16bit stereo @ 480000 Hz. Based on a patch from H. Peter Anvin <hpa@linux.intel.com> Usage: add '-device usb-audio' to your qemu command line. Works sorta ok on a idle machine. Known issues: * Is *very* sensitive to latencies. * Burns quite some CPU due to usb polling. In short: It brings the qemu usb emulation to its limits. Enjoy! Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>