mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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
This commit is contained in:
parent
3f9f3aa1ca
commit
6a36d84e10
4 changed files with 117 additions and 79 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue