From 4bfc5b498a882f40991b85626b4952a07b3c9491 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Sun, 8 Apr 2012 21:18:28 -0700 Subject: [PATCH] --- yaml --- r: 305626 b: refs/heads/master c: af8a2fe12fae1b59178dc96e396e5665bcbea7da h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-shmobile/Kconfig | 2 + trunk/arch/arm/mach-shmobile/board-ap4evb.c | 15 ++- trunk/arch/arm/mach-shmobile/board-mackerel.c | 15 ++- trunk/arch/sh/boards/Kconfig | 1 + trunk/arch/sh/boards/mach-se/7724/setup.c | 15 ++- trunk/include/sound/sh_fsi.h | 12 -- trunk/sound/soc/sh/Kconfig | 8 -- trunk/sound/soc/sh/Makefile | 2 - trunk/sound/soc/sh/fsi-ak4642.c | 108 ------------------ 10 files changed, 40 insertions(+), 140 deletions(-) delete mode 100644 trunk/sound/soc/sh/fsi-ak4642.c diff --git a/[refs] b/[refs] index 07605e0add76..824b0402603e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f2390880ec0264a0ed26b32c23bc23435b4297da +refs/heads/master: af8a2fe12fae1b59178dc96e396e5665bcbea7da diff --git a/trunk/arch/arm/mach-shmobile/Kconfig b/trunk/arch/arm/mach-shmobile/Kconfig index 34560cab45d9..2cda0c2af230 100644 --- a/trunk/arch/arm/mach-shmobile/Kconfig +++ b/trunk/arch/arm/mach-shmobile/Kconfig @@ -58,6 +58,7 @@ config MACH_AP4EVB depends on ARCH_SH7372 select ARCH_REQUIRE_GPIOLIB select SH_LCD_MIPI_DSI + select SND_SOC_AK4642 if SND_SIMPLE_CARD choice prompt "AP4EVB LCD panel selection" @@ -82,6 +83,7 @@ config MACH_MACKEREL bool "mackerel board" depends on ARCH_SH7372 select ARCH_REQUIRE_GPIOLIB + select SND_SOC_AK4642 if SND_SIMPLE_CARD config MACH_KOTA2 bool "KOTA2 board" diff --git a/trunk/arch/arm/mach-shmobile/board-ap4evb.c b/trunk/arch/arm/mach-shmobile/board-ap4evb.c index b56dde2732bb..b39751244daa 100644 --- a/trunk/arch/arm/mach-shmobile/board-ap4evb.c +++ b/trunk/arch/arm/mach-shmobile/board-ap4evb.c @@ -50,6 +50,7 @@ #include #include +#include #include