qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] audio: Make PC speaker audio card available by default
@ 2012-07-19 15:57 Jan Kiszka
  2012-07-19 16:18 ` malc
  2012-07-19 23:28 ` Anthony Liguori
  0 siblings, 2 replies; 7+ messages in thread
From: Jan Kiszka @ 2012-07-19 15:57 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 106209a..42adc8d 100755
--- 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=""
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-08-14 11:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19 15:57 [Qemu-devel] [PATCH] audio: Make PC speaker audio card available by default Jan Kiszka
2012-07-19 16:18 ` malc
2012-07-19 23:28 ` Anthony Liguori
2012-07-20  0:01   ` malc
2012-07-20  7:02     ` Jan Kiszka
2012-07-20  7:17       ` [Qemu-devel] [PATCH] audio: Make pcspk card selectable again Jan Kiszka
2012-08-14 11:30         ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).