aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-seaboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-seaboard.c')
-rw-r--r--arch/arm/mach-tegra/board-seaboard.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c
index bf13ea355efc..5c2f7751a33a 100644
--- a/arch/arm/mach-tegra/board-seaboard.c
+++ b/arch/arm/mach-tegra/board-seaboard.c
@@ -171,11 +171,11 @@ static struct wm8903_platform_data wm8903_pdata = {
171 .micdet_delay = 100, 171 .micdet_delay = 100,
172 .gpio_base = SEABOARD_GPIO_WM8903(0), 172 .gpio_base = SEABOARD_GPIO_WM8903(0),
173 .gpio_cfg = { 173 .gpio_cfg = {
174 WM8903_GPIO_NO_CONFIG,
175 WM8903_GPIO_NO_CONFIG,
176 0, 174 0,
177 WM8903_GPIO_NO_CONFIG, 175 0,
178 WM8903_GPIO_NO_CONFIG, 176 WM8903_GPIO_CONFIG_ZERO,
177 0,
178 0,
179 }, 179 },
180}; 180};
181 181