summaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
authorbellard2005-11-05 19:55:28 +0100
committerbellard2005-11-05 19:55:28 +0100
commitc0fe3827ea18f7d29550f2ff2495cec2fe7a3d94 (patch)
tree2a9572602c93a5424a488929b56f29ac610a1641 /vl.c
parentsame PCI parameters as PIIX3 (diff)
downloadqemu-c0fe3827ea18f7d29550f2ff2495cec2fe7a3d94.tar.gz
qemu-c0fe3827ea18f7d29550f2ff2495cec2fe7a3d94.tar.xz
qemu-c0fe3827ea18f7d29550f2ff2495cec2fe7a3d94.zip
audio merge (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1601 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/vl.c b/vl.c
index d551a4e55c..810db8152b 100644
--- a/vl.c
+++ b/vl.c
@@ -2842,10 +2842,11 @@ void help(void)
"-k language use keyboard layout (for example \"fr\" for French)\n"
#endif
#ifdef HAS_AUDIO
- "-enable-audio enable audio support\n"
+ "-enable-audio enable audio support, and all the sound cars\n"
"-audio-help print list of audio drivers and their options\n"
- "-soundhw c1,... comma separated list of sound card names\n"
- " use -soundhw ? to get the list of supported sound cards\n"
+ "-soundhw c1,... enable audio support\n"
+ " and only specified sound cards (comma separated list)\n"
+ " use -soundhw ? to get the list of supported cards\n"
#endif
"-localtime set the real time clock to local time [default=utc]\n"
"-full-screen start in full screen\n"
@@ -3145,9 +3146,9 @@ static void select_soundhw (const char *optarg)
printf ("sb16 Creative Sound Blaster 16\n");
#ifdef CONFIG_ADLIB
#ifdef HAS_YMF262
- printf ("adlib Ymaha YMF262 (OPL3)\n");
+ printf ("adlib Yamaha YMF262 (OPL3)\n");
#else
- printf ("adlib Ymaha YM3812 (OPL2)\n");
+ printf ("adlib Yamaha YM3812 (OPL2)\n");
#endif
#endif
#ifdef CONFIG_GUS