From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srt7E-0002I0-Ig for qemu-devel@nongnu.org; Thu, 19 Jul 2012 11:58:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Srt78-0000YC-Uq for qemu-devel@nongnu.org; Thu, 19 Jul 2012 11:58:12 -0400 Message-ID: <50082E7F.7030800@siemens.com> Date: Thu, 19 Jul 2012 17:57:51 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] audio: Make PC speaker audio card available by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial Cc: qemu-devel Signed-off-by: Jan Kiszka --- 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