diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2011-08-30 14:39:54 +0300 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-21 16:07:45 +0100 |
commit | 0722d055ac2236da4e319d22a99c9f7e82dbdd5d (patch) | |
tree | 2adae127a5933c011ccfbd67585417fb73a905ec /arch | |
parent | 07441006b2a1df0478bb7bdafd9dcd578898f2d4 (diff) | |
download | linux-3.10-0722d055ac2236da4e319d22a99c9f7e82dbdd5d.tar.gz linux-3.10-0722d055ac2236da4e319d22a99c9f7e82dbdd5d.tar.bz2 linux-3.10-0722d055ac2236da4e319d22a99c9f7e82dbdd5d.zip |
ASoC: tpa6130a2: Remove model_id from platform data
The model_id is no longer needed within the platform_data
for the TPA driver since the model of TPA specified
with the device name (tpa6130a2/tpa6140a2).
Also update rx51 (the only affected user) to use the device name rather
than platform data.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 5a886cd2c59..ba1aa07bdb2 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c @@ -900,7 +900,6 @@ static struct twl4030_platform_data rx51_twldata __initdata = { }; static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = { - .id = TPA6130A2, .power_gpio = 98, }; |