From 9b3469cc9a0bfb016fd241b7b99c1014e6a64fe5 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 4 Dec 2008 18:01:26 +0000 Subject: [PATCH] Clarify -soundhw documentation as to avoid hda confusion git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5867 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-doc.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index 19edd01876..7d87085983 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -371,10 +371,10 @@ Enable audio and selected sound hardware. Use ? to print all available sound hardware. @example -qemu -soundhw sb16,adlib hda -qemu -soundhw es1370 hda -qemu -soundhw ac97 hda -qemu -soundhw all hda +qemu -soundhw sb16,adlib disk.img +qemu -soundhw es1370 disk.img +qemu -soundhw ac97 disk.img +qemu -soundhw all disk.img qemu -soundhw ? @end example -- 2.11.4.GIT