qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Revert "audio: Make PC speaker audio card available


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH] Revert "audio: Make PC speaker audio card available by default"
Date: Thu, 19 Jul 2012 18:26:36 -0500

This reverts commit 504972922da9b562f15e13544d3efca84b46b8fd which broke the
build for ARM.

I don't think this change is necessary.  If I'm wrong, please recommit this
changeset with an appropriate fix for ARM.

Signed-off-by: Anthony Liguori <address@hidden>
---
 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index e1f1cd8..cef0a71 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 pcspk"
-audio_possible_cards="ac97 es1370 sb16 cs4231a adlib gus hda pcspk"
+audio_card_list="ac97 es1370 sb16 hda"
+audio_possible_cards="ac97 es1370 sb16 cs4231a adlib gus hda"
 block_drv_whitelist=""
 host_cc="gcc"
 helper_cflags=""
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]