diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-11-22 15:36:00 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 14:05:29 +0000 |
commit | e6104673d28823e33bfc3dfb046a117f2575c9a8 (patch) | |
tree | bc8a0b4001f9f41dc2ec010a8511344ed2687855 /arch/arm/mach-s3c64xx | |
parent | 4b640cf309e517f1ea5ab308fc7b24352612f535 (diff) | |
download | linux-e6104673d28823e33bfc3dfb046a117f2575c9a8.tar.gz linux-e6104673d28823e33bfc3dfb046a117f2575c9a8.tar.bz2 linux-e6104673d28823e33bfc3dfb046a117f2575c9a8.zip |
ASoC: Samsung: Rename AC97 platform device
Call the AC97 controller devices found in S3C, S5P and newer
SoCs as 'samsung-ac97' rather than 's3c-ac97'.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/dev-audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/dev-audio.c b/arch/arm/mach-s3c64xx/dev-audio.c index 4a4b8a505ff9..cad67022fa25 100644 --- a/arch/arm/mach-s3c64xx/dev-audio.c +++ b/arch/arm/mach-s3c64xx/dev-audio.c @@ -296,7 +296,7 @@ static struct s3c_audio_pdata s3c_ac97_pdata; static u64 s3c64xx_ac97_dmamask = DMA_BIT_MASK(32); struct platform_device s3c64xx_device_ac97 = { - .name = "s3c-ac97", + .name = "samsung-ac97", .id = -1, .num_resources = ARRAY_SIZE(s3c64xx_ac97_resource), .resource = s3c64xx_ac97_resource, |