diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-10-30 18:58:22 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-10-30 18:58:22 +0000 |
commit | 1d14ffa97eacd3cb722271eaf6f093038396eac4 (patch) | |
tree | 1aae1f090262c3642cc672971890141050413d26 /qemu-doc.texi | |
parent | 3b0d4f61c917c4612b561d75b33a11f4da00738b (diff) | |
download | qemu-1d14ffa97eacd3cb722271eaf6f093038396eac4.zip |
merged 15a_aqemu.patch audio patch (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1584 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 526bd4b733..51875d7741 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -181,8 +181,23 @@ The default is @code{en-us}. @item -enable-audio -The SB16 emulation is disabled by default as it may give problems with -Windows. You can enable it manually with this option. +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,... + +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 ? +@end example @item -localtime Set the real time clock to local time (the default is to UTC |