]> git.proxmox.com Git - qemu.git/commitdiff
audio: Make PC speaker audio card available by default
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 19 Jul 2012 15:57:51 +0000 (17:57 +0200)
committermalc <av1474@comtv.ru>
Thu, 19 Jul 2012 16:07:53 +0000 (20:07 +0400)
    [ The following text is in the "ISO-8859-1" character set. ]
    [ Your display is set for the "KOI8-R" character set.  ]
    [ Some special characters may be displayed incorrectly. ]

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: malc <av1474@comtv.ru>
configure

index cef0a71a2750801aefec3a6538339cb5d261d3fd..e1f1cd8f092d529e9b6c2f8d7724496f8adc6eef 100755 (executable)
--- a/configure
+++ b/configure
@@ -90,8 +90,8 @@ static="no"
 sparc_cpu=""
 cross_prefix=""
 audio_drv_list=""
-audio_card_list="ac97 es1370 sb16 hda"
-audio_possible_cards="ac97 es1370 sb16 cs4231a adlib gus hda"
+audio_card_list="ac97 es1370 sb16 hda pcspk"
+audio_possible_cards="ac97 es1370 sb16 cs4231a adlib gus hda pcspk"
 block_drv_whitelist=""
 host_cc="gcc"
 helper_cflags=""