From fe0013744c41a44c8d367e21ba1b161c6272ecf8 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Wed, 23 Feb 2011 02:29:10 +0300 Subject: [PATCH] --- yaml --- r: 233975 b: refs/heads/master c: fa4704fee22df9c24297305288b53ba8aae527b4 h: refs/heads/master i: 233973: ce6e5825b74f6a076c223dd27c01de30693b7720 233971: 722d40b3097b350f7e90cd3b74f78ca80a2b0df9 233967: 255e6733453094387d2ea0f37de5c6a9672e57e3 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/tosa.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3932daa0078d..03893577cd97 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea73e75200625439061c41a75d9053407c9ebb74 +refs/heads/master: fa4704fee22df9c24297305288b53ba8aae527b4 diff --git a/trunk/arch/arm/mach-pxa/tosa.c b/trunk/arch/arm/mach-pxa/tosa.c index af152e70cfcf..f2582ec300d9 100644 --- a/trunk/arch/arm/mach-pxa/tosa.c +++ b/trunk/arch/arm/mach-pxa/tosa.c @@ -875,6 +875,11 @@ static struct platform_device sharpsl_rom_device = { .dev.platform_data = &sharpsl_rom_data, }; +static struct platform_device wm9712_device = { + .name = "wm9712-codec", + .id = -1, +}; + static struct platform_device *devices[] __initdata = { &tosascoop_device, &tosascoop_jc_device, @@ -885,6 +890,7 @@ static struct platform_device *devices[] __initdata = { &tosaled_device, &tosa_bt_device, &sharpsl_rom_device, + &wm9712_device, }; static void tosa_poweroff(void)