diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-08-17 02:58:02 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-17 07:10:36 -0400 |
commit | 75a6d53b2b1b3f212ea0615ed3bb2d68a249af7b (patch) | |
tree | 9fcdef2ae2890756d9e5b4debb9284d12101a6a4 /arch | |
parent | 3ca2ecd9200a8ef5b548e9c40253d75982c54886 (diff) |
ASoC: multi-component - Drop board-n8x0.c changes
These will conflict with queued changes to board-n8x0.c coming from
linux-omap tree. Only side effect from this dropping is that the integrated
digital microphone on Nokia N810 will stop working when ASoC multi-component
is merged.
As currently the N810 is not very usable in mainline, I consider this as a
minor issue that can be fixed in linux-omap tree the after the
multi-component is merged.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/board-n8x0.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index 4543b877a51..a3e2b49aa39 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/i2c.h> | 20 | #include <linux/i2c.h> |
21 | #include <linux/spi/spi.h> | 21 | #include <linux/spi/spi.h> |
22 | #include <linux/usb/musb.h> | 22 | #include <linux/usb/musb.h> |
23 | #include <sound/tlv320aic3x.h> | ||
24 | 23 | ||
25 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
26 | #include <asm/mach-types.h> | 25 | #include <asm/mach-types.h> |
@@ -615,25 +614,11 @@ static int n8x0_menelaus_late_init(struct device *dev) | |||
615 | return 0; | 614 | return 0; |
616 | } | 615 | } |
617 | 616 | ||
618 | static struct aic3x_setup_data n810_aic33_setup = { | ||
619 | .gpio_func[0] = AIC3X_GPIO1_FUNC_DISABLED, | ||
620 | .gpio_func[1] = AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT, | ||
621 | }; | ||
622 | |||
623 | static struct aic3x_pdata n810_aic33_data = { | ||
624 | .setup = &n810_aic33_setup, | ||
625 | .gpio_reset = -1, | ||
626 | }; | ||
627 | |||
628 | static struct i2c_board_info __initdata n8x0_i2c_board_info_1[] = { | 617 | static struct i2c_board_info __initdata n8x0_i2c_board_info_1[] = { |
629 | { | 618 | { |
630 | I2C_BOARD_INFO("menelaus", 0x72), | 619 | I2C_BOARD_INFO("menelaus", 0x72), |
631 | .irq = INT_24XX_SYS_NIRQ, | 620 | .irq = INT_24XX_SYS_NIRQ, |
632 | }, | 621 | }, |
633 | { | ||
634 | I2C_BOARD_INFO("tlv320aic3x", 0x1b), | ||
635 | .platform_data = &n810_aic33_data, | ||
636 | }, | ||
637 | }; | 622 | }; |
638 | 623 | ||
639 | static struct menelaus_platform_data n8x0_menelaus_platform_data = { | 624 | static struct menelaus_platform_data n8x0_menelaus_platform_data = { |