From patchwork Sat Apr 14 20:51:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Herv=C3=A9_Poussineau?= X-Patchwork-Id: 152556 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D3404B7004 for ; Sun, 15 Apr 2012 06:52:28 +1000 (EST) Received: from localhost ([::1]:58546 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJ9xK-0004rt-OU for incoming@patchwork.ozlabs.org; Sat, 14 Apr 2012 16:52:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJ9xD-0004rB-D3 for qemu-devel@nongnu.org; Sat, 14 Apr 2012 16:52:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJ9xB-0004lu-GM for qemu-devel@nongnu.org; Sat, 14 Apr 2012 16:52:18 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:55630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJ9x3-0004jG-4q; Sat, 14 Apr 2012 16:52:17 -0400 Received: from localhost.localdomain (unknown [82.227.227.196]) by smtp1-g21.free.fr (Postfix) with ESMTP id CA55D94006D; Sat, 14 Apr 2012 22:51:15 +0200 (CEST) From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= To: qemu-devel@nongnu.org Date: Sat, 14 Apr 2012 22:51:33 +0200 Message-Id: <1334436694-3469-6-git-send-email-hpoussin@reactos.org> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1334436519-3393-1-git-send-email-hpoussin@reactos.org> References: <1334436519-3393-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 212.27.42.1 Cc: =?UTF-8?q?Herv=C3=A9=20Poussineau?= , qemu-ppc@nongnu.org, Blue Swirl Subject: [Qemu-devel] [PATCH v2 5/6] pcspk: initialize PC speaker if compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org PC speaker has been moved to target-independant code in 71093711589dafcb920dc3bc9bb811eaf8b14101, so do not depend of target to include it or not. Cc: malc Cc: Blue Swirl Signed-off-by: Hervé Poussineau --- arch_init.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch_init.c b/arch_init.c index 595badf..9a35aee 100644 --- a/arch_init.c +++ b/arch_init.c @@ -475,7 +475,7 @@ struct soundhw { static struct soundhw soundhw[] = { #ifdef HAS_AUDIO_CHOICE -#if defined(TARGET_I386) || defined(TARGET_MIPS) +#ifdef CONFIG_PCSPK { "pcspk", "PC speaker",