projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f19d63
)
[ARM] 5084/1: zylonite: Register AC97 device
author
Mark Brown
<
[email protected]
>
Tue, 10 Jun 2008 09:48:25 +0000
(10:48 +0100)
committer
Russell King
<
[email protected]
>
Wed, 9 Jul 2008 20:31:51 +0000
(21:31 +0100)
The Zylonite has an AC97 subsystem on it so register the AC97 controller
device.
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Eric Miao <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-pxa/zylonite.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/zylonite.c
b/arch/arm/mach-pxa/zylonite.c
index b13bb93851383f857c798561001d530651aa6fc5..66b446ca273dbbd06032207117153401ab046193 100644
(file)
--- a/
arch/arm/mach-pxa/zylonite.c
+++ b/
arch/arm/mach-pxa/zylonite.c
@@
-23,6
+23,7
@@
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/hardware.h>
+#include <asm/arch/audio.h>
#include <asm/arch/gpio.h>
#include <asm/arch/pxafb.h>
#include <asm/arch/zylonite.h>
@@
-337,6
+338,7
@@
static void __init zylonite_init(void)
smc91x_resources[1].end = gpio_to_irq(gpio_eth_irq);
platform_device_register(&smc91x_device);
+ pxa_set_ac97_info(NULL);
zylonite_init_lcd();
zylonite_init_mmc();
zylonite_init_keypad();