diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-11-22 01:36:00 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 09:05:29 -0500 |
commit | e6104673d28823e33bfc3dfb046a117f2575c9a8 (patch) | |
tree | bc8a0b4001f9f41dc2ec010a8511344ed2687855 /sound/soc/s3c24xx/s3c-ac97.c | |
parent | 4b640cf309e517f1ea5ab308fc7b24352612f535 (diff) |
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 'sound/soc/s3c24xx/s3c-ac97.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c-ac97.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c-ac97.c b/sound/soc/s3c24xx/s3c-ac97.c index 408f9c9ff805..5352cacd9c17 100644 --- a/sound/soc/s3c24xx/s3c-ac97.c +++ b/sound/soc/s3c24xx/s3c-ac97.c | |||
@@ -497,7 +497,7 @@ static struct platform_driver s3c_ac97_driver = { | |||
497 | .probe = s3c_ac97_probe, | 497 | .probe = s3c_ac97_probe, |
498 | .remove = s3c_ac97_remove, | 498 | .remove = s3c_ac97_remove, |
499 | .driver = { | 499 | .driver = { |
500 | .name = "s3c-ac97", | 500 | .name = "samsung-ac97", |
501 | .owner = THIS_MODULE, | 501 | .owner = THIS_MODULE, |
502 | }, | 502 | }, |
503 | }; | 503 | }; |
@@ -517,4 +517,4 @@ module_exit(s3c_ac97_exit); | |||
517 | MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>"); | 517 | MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>"); |
518 | MODULE_DESCRIPTION("AC97 driver for the Samsung SoC"); | 518 | MODULE_DESCRIPTION("AC97 driver for the Samsung SoC"); |
519 | MODULE_LICENSE("GPL"); | 519 | MODULE_LICENSE("GPL"); |
520 | MODULE_ALIAS("platform:s3c-ac97"); | 520 | MODULE_ALIAS("platform:samsung-ac97"); |