]> nv-tegra.nvidia Code Review - linux-3.10.git/blobdiff - arch/arm/mach-pxa/tosa.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux-3.10.git] / arch / arm / mach-pxa / tosa.c
index 7ce5c436cc4ed3cf99c55282e6e85ee2a6808757..4d4eb60bad1e81b39f8901369e6bd5273914be34 100644 (file)
@@ -889,6 +889,11 @@ static struct platform_device wm9712_device = {
        .id     = -1,
 };
 
+static struct platform_device tosa_audio_device = {
+       .name   = "tosa-audio",
+       .id     = -1,
+};
+
 static struct platform_device *devices[] __initdata = {
        &tosascoop_device,
        &tosascoop_jc_device,
@@ -901,6 +906,7 @@ static struct platform_device *devices[] __initdata = {
        &sharpsl_rom_device,
        &wm9712_device,
        &tosa_gpio_vbus,
+       &tosa_audio_device,
 };
 
 static void tosa_poweroff(void)