aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-11-01 16:57:48 +0100
committermalc <av1474@comtv.ru>2010-11-02 00:41:04 +0300
commit7d72e76228351d18a856f1e4f5365b59d3205dc3 (patch)
tree5c924d223507d7937bacf119e397fd7bfde9b3fd
parente14056ad0573282513f15081be0ce9dc51e09426 (diff)
intel-hda: documentation update
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: malc <av1474@comtv.ru>
-rw-r--r--qemu-doc.texi2
-rw-r--r--qemu-options.hx1
2 files changed, 3 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index c3765293d3..7ce8999e81 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -200,6 +200,8 @@ ENSONIQ AudioPCI ES1370 sound card
@item
Intel 82801AA AC97 Audio compatible sound card
@item
+Intel HD Audio Controller and HDA codec
+@item
Adlib(OPL2) - Yamaha YM3812 compatible chip
@item
Gravis Ultrasound GF1 sound card
diff --git a/qemu-options.hx b/qemu-options.hx
index 9e38dfb775..4d99a58fc5 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -393,6 +393,7 @@ available sound hardware.
qemu -soundhw sb16,adlib disk.img
qemu -soundhw es1370 disk.img
qemu -soundhw ac97 disk.img
+qemu -soundhw hda disk.img
qemu -soundhw all disk.img
qemu -soundhw ?
@end example