Commit 9b3469cc9a0bfb016fd241b7b99c1014e6a64fe5

Authored by malc
1 parent d08c4d34

Clarify -soundhw documentation as to avoid hda confusion

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5867 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 4 additions and 4 deletions
qemu-doc.texi
... ... @@ -371,10 +371,10 @@ Enable audio and selected sound hardware. Use ? to print all
371 371 available sound hardware.
372 372  
373 373 @example
374   -qemu -soundhw sb16,adlib hda
375   -qemu -soundhw es1370 hda
376   -qemu -soundhw ac97 hda
377   -qemu -soundhw all hda
  374 +qemu -soundhw sb16,adlib disk.img
  375 +qemu -soundhw es1370 disk.img
  376 +qemu -soundhw ac97 disk.img
  377 +qemu -soundhw all disk.img
378 378 qemu -soundhw ?
379 379 @end example
380 380  
... ...