diff options
-rw-r--r-- | arch/arm/mach-s3c64xx/dev-audio.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s5pc100/dev-audio.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/dev-audio.c | 2 | ||||
-rw-r--r-- | arch/arm/plat-s3c24xx/devs.c | 2 | ||||
-rw-r--r-- | sound/soc/s3c24xx/ln2440sbc_alc650.c | 2 | ||||
-rw-r--r-- | sound/soc/s3c24xx/s3c-ac97.c | 4 | ||||
-rw-r--r-- | sound/soc/s3c24xx/smdk2443_wm9710.c | 2 | ||||
-rw-r--r-- | sound/soc/s3c24xx/smdk_wm9713.c | 2 |
8 files changed, 9 insertions, 9 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; | |||
296 | static u64 s3c64xx_ac97_dmamask = DMA_BIT_MASK(32); | 296 | static u64 s3c64xx_ac97_dmamask = DMA_BIT_MASK(32); |
297 | 297 | ||
298 | struct platform_device s3c64xx_device_ac97 = { | 298 | struct platform_device s3c64xx_device_ac97 = { |
299 | .name = "s3c-ac97", | 299 | .name = "samsung-ac97", |
300 | .id = -1, | 300 | .id = -1, |
301 | .num_resources = ARRAY_SIZE(s3c64xx_ac97_resource), | 301 | .num_resources = ARRAY_SIZE(s3c64xx_ac97_resource), |
302 | .resource = s3c64xx_ac97_resource, | 302 | .resource = s3c64xx_ac97_resource, |
diff --git a/arch/arm/mach-s5pc100/dev-audio.c b/arch/arm/mach-s5pc100/dev-audio.c index 10ab275ebd63..ab2d27172cbc 100644 --- a/arch/arm/mach-s5pc100/dev-audio.c +++ b/arch/arm/mach-s5pc100/dev-audio.c | |||
@@ -281,7 +281,7 @@ static struct s3c_audio_pdata s3c_ac97_pdata = { | |||
281 | static u64 s5pc100_ac97_dmamask = DMA_BIT_MASK(32); | 281 | static u64 s5pc100_ac97_dmamask = DMA_BIT_MASK(32); |
282 | 282 | ||
283 | struct platform_device s5pc100_device_ac97 = { | 283 | struct platform_device s5pc100_device_ac97 = { |
284 | .name = "s3c-ac97", | 284 | .name = "samsung-ac97", |
285 | .id = -1, | 285 | .id = -1, |
286 | .num_resources = ARRAY_SIZE(s5pc100_ac97_resource), | 286 | .num_resources = ARRAY_SIZE(s5pc100_ac97_resource), |
287 | .resource = s5pc100_ac97_resource, | 287 | .resource = s5pc100_ac97_resource, |
diff --git a/arch/arm/mach-s5pv210/dev-audio.c b/arch/arm/mach-s5pv210/dev-audio.c index ddd2704b3467..8d58f1926241 100644 --- a/arch/arm/mach-s5pv210/dev-audio.c +++ b/arch/arm/mach-s5pv210/dev-audio.c | |||
@@ -311,7 +311,7 @@ static struct s3c_audio_pdata s3c_ac97_pdata = { | |||
311 | static u64 s5pv210_ac97_dmamask = DMA_BIT_MASK(32); | 311 | static u64 s5pv210_ac97_dmamask = DMA_BIT_MASK(32); |
312 | 312 | ||
313 | struct platform_device s5pv210_device_ac97 = { | 313 | struct platform_device s5pv210_device_ac97 = { |
314 | .name = "s3c-ac97", | 314 | .name = "samsung-ac97", |
315 | .id = -1, | 315 | .id = -1, |
316 | .num_resources = ARRAY_SIZE(s5pv210_ac97_resource), | 316 | .num_resources = ARRAY_SIZE(s5pv210_ac97_resource), |
317 | .resource = s5pv210_ac97_resource, | 317 | .resource = s5pv210_ac97_resource, |
diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c index 5987f949e167..8a42bc48dbf0 100644 --- a/arch/arm/plat-s3c24xx/devs.c +++ b/arch/arm/plat-s3c24xx/devs.c | |||
@@ -484,7 +484,7 @@ static struct resource s3c_ac97_resource[] = { | |||
484 | static u64 s3c_device_audio_dmamask = 0xffffffffUL; | 484 | static u64 s3c_device_audio_dmamask = 0xffffffffUL; |
485 | 485 | ||
486 | struct platform_device s3c_device_ac97 = { | 486 | struct platform_device s3c_device_ac97 = { |
487 | .name = "s3c-ac97", | 487 | .name = "samsung-ac97", |
488 | .id = -1, | 488 | .id = -1, |
489 | .num_resources = ARRAY_SIZE(s3c_ac97_resource), | 489 | .num_resources = ARRAY_SIZE(s3c_ac97_resource), |
490 | .resource = s3c_ac97_resource, | 490 | .resource = s3c_ac97_resource, |
diff --git a/sound/soc/s3c24xx/ln2440sbc_alc650.c b/sound/soc/s3c24xx/ln2440sbc_alc650.c index 340263e60f0c..1a0dd313afbd 100644 --- a/sound/soc/s3c24xx/ln2440sbc_alc650.c +++ b/sound/soc/s3c24xx/ln2440sbc_alc650.c | |||
@@ -31,7 +31,7 @@ static struct snd_soc_dai_link ln2440sbc_dai[] = { | |||
31 | { | 31 | { |
32 | .name = "AC97", | 32 | .name = "AC97", |
33 | .stream_name = "AC97 HiFi", | 33 | .stream_name = "AC97 HiFi", |
34 | .cpu_dai_name = "s3c-ac97", | 34 | .cpu_dai_name = "samsung-ac97", |
35 | .codec_dai_name = "ac97-hifi", | 35 | .codec_dai_name = "ac97-hifi", |
36 | .codec_name = "ac97-codec", | 36 | .codec_name = "ac97-codec", |
37 | .platform_name = "samsung-audio", | 37 | .platform_name = "samsung-audio", |
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"); |
diff --git a/sound/soc/s3c24xx/smdk2443_wm9710.c b/sound/soc/s3c24xx/smdk2443_wm9710.c index 2e9dd290941b..e8787ad0a73e 100644 --- a/sound/soc/s3c24xx/smdk2443_wm9710.c +++ b/sound/soc/s3c24xx/smdk2443_wm9710.c | |||
@@ -27,7 +27,7 @@ static struct snd_soc_dai_link smdk2443_dai[] = { | |||
27 | { | 27 | { |
28 | .name = "AC97", | 28 | .name = "AC97", |
29 | .stream_name = "AC97 HiFi", | 29 | .stream_name = "AC97 HiFi", |
30 | .cpu_dai_name = "s3c-ac97", | 30 | .cpu_dai_name = "samsung-ac97", |
31 | .codec_dai_name = "ac97-hifi", | 31 | .codec_dai_name = "ac97-hifi", |
32 | .codec_name = "ac97-codec", | 32 | .codec_name = "ac97-codec", |
33 | .platform_name = "samsung-audio", | 33 | .platform_name = "samsung-audio", |
diff --git a/sound/soc/s3c24xx/smdk_wm9713.c b/sound/soc/s3c24xx/smdk_wm9713.c index 80f2aef55c3d..56b448d49609 100644 --- a/sound/soc/s3c24xx/smdk_wm9713.c +++ b/sound/soc/s3c24xx/smdk_wm9713.c | |||
@@ -46,7 +46,7 @@ static struct snd_soc_dai_link smdk_dai = { | |||
46 | .name = "AC97", | 46 | .name = "AC97", |
47 | .stream_name = "AC97 PCM", | 47 | .stream_name = "AC97 PCM", |
48 | .platform_name = "samsung-audio", | 48 | .platform_name = "samsung-audio", |
49 | .cpu_dai_name = "s3c-ac97", | 49 | .cpu_dai_name = "samsung-ac97", |
50 | .codec_dai_name = "wm9713-hifi", | 50 | .codec_dai_name = "wm9713-hifi", |
51 | .codec_name = "wm9713-codec", | 51 | .codec_name = "wm9713-codec", |
52 | }; | 52 | }; |