sim-card
/
qemu
Archived
10
0
Fork 0

Clarify -soundhw documentation as to avoid hda confusion

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5867 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2008-12-04 18:01:26 +00:00
parent d08c4d34a0
commit 9b3469cc9a
1 changed files with 4 additions and 4 deletions

View File

@ -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