diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-12-18 20:34:32 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-12-18 20:34:32 +0000 |
commit | 6a36d84e1024ce41860751b449727f4ddca91aa2 (patch) | |
tree | 84fd786e3dbde8d5ade9bbc5780712d9c0b28a8c /qemu-doc.texi | |
parent | 3f9f3aa1ca1322edb565d4efc3ad14dcebd2ec21 (diff) |
suppressed -enable-audio and simplified -soundhw option handling (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1725 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 244781e3c7..94d6fbdfa5 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -201,16 +201,12 @@ de en-us fi fr-be hr it lv nl-be pt sl tr The default is @code{en-us}. -@item -enable-audio - -Will enable audio and all the sound hardware QEMU was built with. - @item -audio-help Will show the audio subsystem help: list of drivers, tunable parameters. -@item -soundhw card1,card2,... +@item -soundhw card1,card2,... or -soundhw all Enable audio and selected sound hardware. Use ? to print all available sound hardware. @@ -218,6 +214,7 @@ available sound hardware. @example qemu -soundhw sb16,adlib hda qemu -soundhw es1370 hda +qemu -soundhw all hda qemu -soundhw ? @end example |