diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-12-05 14:45:23 +0100 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-01-22 10:34:50 +0100 |
commit | 40234bf733042eb4343cb47c816619758e477eeb (patch) | |
tree | 8ef9db0274dd96b47a7a72297a24f3b9be6a417c /arch/arm/mach-omap2/board-igep0020.c | |
parent | 02553f5ac2b3e7d0405e5a51d87ef0727ad6fb2f (diff) | |
download | op-kernel-dev-40234bf733042eb4343cb47c816619758e477eeb.zip op-kernel-dev-40234bf733042eb4343cb47c816619758e477eeb.tar.gz |
ARM: OMAP2+: twl-common: Allow boards to customize the twl4030 audio setup
Boards with special audio routing can pass a custom omap_tw4030_pdata to the
audio machine driver.
At the same time update the board files using the same audio driver.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 0f24cb8..d1a7352 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c @@ -629,7 +629,7 @@ static void __init igep_init(void) igep_flash_init(); igep_leds_init(); - omap_twl4030_audio_init("igep2"); + omap_twl4030_audio_init("igep2", NULL); /* * WLAN-BT combo module from MuRata which has a Marvell WLAN |