[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH v2 5/6] pcspk: initialize PC speaker if compiled in
From: |
Hervé Poussineau |
Subject: |
[Qemu-ppc] [PATCH v2 5/6] pcspk: initialize PC speaker if compiled in |
Date: |
Sat, 14 Apr 2012 22:51:33 +0200 |
PC speaker has been moved to target-independant code in
71093711589dafcb920dc3bc9bb811eaf8b14101,
so do not depend of target to include it or not.
Cc: malc <address@hidden>
Cc: Blue Swirl <address@hidden>
Signed-off-by: Hervé Poussineau <address@hidden>
---
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",
--
1.7.9.1
- [Qemu-ppc] [PATCH v2 1/6] isa: add isa_bus_from_device() method, (continued)
- [Qemu-ppc] [PATCH v2 1/6] isa: add isa_bus_from_device() method, Hervé Poussineau, 2012/04/14
- [Qemu-ppc] [PATCH v2 2/6] prep: add pc87312 Super I/O emulation, Hervé Poussineau, 2012/04/14
- [Qemu-ppc] [PATCH v2 3/6] prep: use pc87312 Super I/O chip instead of collection of random ISA devices, Hervé Poussineau, 2012/04/14
- [Qemu-ppc] [PATCH v2 4/6] prep: move int-ack register from PReP to Raven PCI emulation, Hervé Poussineau, 2012/04/14
- Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 4/6] prep: move int-ack register from PReP to Raven PCI emulation, Andreas Färber, 2012/04/28
- Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 4/6] prep: move int-ack register from PReP to Raven PCI emulation, Hervé Poussineau, 2012/04/28
- Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 4/6] prep: move int-ack register from PReP to Raven PCI emulation, Avi Kivity, 2012/04/29
- Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 4/6] prep: move int-ack register from PReP to Raven PCI emulation, Andreas Färber, 2012/04/29
- Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 4/6] prep: move int-ack register from PReP to Raven PCI emulation, Avi Kivity, 2012/04/30
- Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 4/6] prep: move int-ack register from PReP to Raven PCI emulation, Andreas Färber, 2012/04/30
[Qemu-ppc] [PATCH v2 5/6] pcspk: initialize PC speaker if compiled in,
Hervé Poussineau <=
[Qemu-ppc] [PATCH v2 6/6] prep: initialize pc speaker, Hervé Poussineau, 2012/04/14
Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 0/6] prep: some fixes and Super I/O emulation, Artyom Tarasenko, 2012/04/15
Re: [Qemu-ppc] [PATCH v2 0/6] prep: some fixes and Super I/O emulation, Hervé Poussineau, 2012/04/28