diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-30 08:30:27 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-30 15:49:05 -0500 |
commit | 6414261f0a2af00c6ffc80f847e9202344360bb4 (patch) | |
tree | 296c6ecf925299f7ae4d268052bdba8f08108515 /arch | |
parent | bf55499e6ee927e047feed85349365481289bd75 (diff) |
ASoC: Rename Speyside WM8962 to Tobermory
All the other machine drivers for non-default configurations are named
after the relevant audio module so do so for Tobermory also.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index d04b65448510..55c0e75f5edc 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -282,8 +282,8 @@ static struct platform_device lowland_device = { | |||
282 | .id = -1, | 282 | .id = -1, |
283 | }; | 283 | }; |
284 | 284 | ||
285 | static struct platform_device speyside_wm8962_device = { | 285 | static struct platform_device tobermory_device = { |
286 | .name = "speyside-wm8962", | 286 | .name = "tobermory", |
287 | .id = -1, | 287 | .id = -1, |
288 | }; | 288 | }; |
289 | 289 | ||
@@ -338,7 +338,7 @@ static struct platform_device *crag6410_devices[] __initdata = { | |||
338 | &crag6410_lcd_powerdev, | 338 | &crag6410_lcd_powerdev, |
339 | &crag6410_backlight_device, | 339 | &crag6410_backlight_device, |
340 | &speyside_device, | 340 | &speyside_device, |
341 | &speyside_wm8962_device, | 341 | &tobermory_device, |
342 | &lowland_device, | 342 | &lowland_device, |
343 | &wallvdd_device, | 343 | &wallvdd_device, |
344 | }; | 344 | }; |