From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Jassi Brar' <jassisinghbrar@gmail.com>, alsa-devel@alsa-project.org
Cc: 'Jassi Brar' <jassi.brar@samsung.com>,
broonie@opensource.wolfsonmicro.com, ben-linux@fluff.org,
june.bae@samsung.com, lrg@slimlogic.co.uk, sw.youn@samsung.com
Subject: Re: [PATCHv4 05/18] ASoC: Samsung: Rename AC97 platform device
Date: Mon, 22 Nov 2010 16:09:57 +0900 [thread overview]
Message-ID: <001801cb8a14$46dd7a50$d4986ef0$%kim@samsung.com> (raw)
In-Reply-To: <1290407760-29158-1-git-send-email-jassisinghbrar@gmail.com>
Jassi Brar wrote:
>
> From: Jassi Brar <jassi.brar@samsung.com>
>
> 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>
Added Ben Dooks in Cc.
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
> ---
> arch/arm/mach-s3c64xx/dev-audio.c | 2 +-
> arch/arm/mach-s5pc100/dev-audio.c | 2 +-
> arch/arm/mach-s5pv210/dev-audio.c | 2 +-
> arch/arm/plat-s3c24xx/devs.c | 2 +-
> sound/soc/s3c24xx/ln2440sbc_alc650.c | 2 +-
> sound/soc/s3c24xx/s3c-ac97.c | 4 ++--
> sound/soc/s3c24xx/smdk2443_wm9710.c | 2 +-
> 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 4a4b8a5..cad6702 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,
> diff --git a/arch/arm/mach-s5pc100/dev-audio.c
b/arch/arm/mach-s5pc100/dev-
> audio.c
> index 10ab275..ab2d271 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 = {
> static u64 s5pc100_ac97_dmamask = DMA_BIT_MASK(32);
>
> struct platform_device s5pc100_device_ac97 = {
> - .name = "s3c-ac97",
> + .name = "samsung-ac97",
> .id = -1,
> .num_resources = ARRAY_SIZE(s5pc100_ac97_resource),
> .resource = s5pc100_ac97_resource,
> diff --git a/arch/arm/mach-s5pv210/dev-audio.c
b/arch/arm/mach-s5pv210/dev-
> audio.c
> index ddd2704..8d58f19 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 = {
> static u64 s5pv210_ac97_dmamask = DMA_BIT_MASK(32);
>
> struct platform_device s5pv210_device_ac97 = {
> - .name = "s3c-ac97",
> + .name = "samsung-ac97",
> .id = -1,
> .num_resources = ARRAY_SIZE(s5pv210_ac97_resource),
> .resource = s5pv210_ac97_resource,
> diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c
> index 5987f94..8a42bc4 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[] = {
> static u64 s3c_device_audio_dmamask = 0xffffffffUL;
>
> struct platform_device s3c_device_ac97 = {
> - .name = "s3c-ac97",
> + .name = "samsung-ac97",
> .id = -1,
> .num_resources = ARRAY_SIZE(s3c_ac97_resource),
> .resource = s3c_ac97_resource,
> diff --git a/sound/soc/s3c24xx/ln2440sbc_alc650.c
> b/sound/soc/s3c24xx/ln2440sbc_alc650.c
> index 36e7e85..dda11ac 100644
> --- a/sound/soc/s3c24xx/ln2440sbc_alc650.c
> +++ b/sound/soc/s3c24xx/ln2440sbc_alc650.c
> @@ -32,7 +32,7 @@ static struct snd_soc_dai_link ln2440sbc_dai[] = {
> {
> .name = "AC97",
> .stream_name = "AC97 HiFi",
> - .cpu_dai_name = "s3c-ac97",
> + .cpu_dai_name = "samsung-ac97",
> .codec_dai_name = "ac97-hifi",
> .codec_name = "ac97-codec",
> .platform_name = "samsung-audio",
> diff --git a/sound/soc/s3c24xx/s3c-ac97.c b/sound/soc/s3c24xx/s3c-ac97.c
> index 408f9c9..5352cac 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 = {
> .probe = s3c_ac97_probe,
> .remove = s3c_ac97_remove,
> .driver = {
> - .name = "s3c-ac97",
> + .name = "samsung-ac97",
> .owner = THIS_MODULE,
> },
> };
> @@ -517,4 +517,4 @@ module_exit(s3c_ac97_exit);
> MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>");
> MODULE_DESCRIPTION("AC97 driver for the Samsung SoC");
> MODULE_LICENSE("GPL");
> -MODULE_ALIAS("platform:s3c-ac97");
> +MODULE_ALIAS("platform:samsung-ac97");
> diff --git a/sound/soc/s3c24xx/smdk2443_wm9710.c
> b/sound/soc/s3c24xx/smdk2443_wm9710.c
> index c50d19c..0205138 100644
> --- a/sound/soc/s3c24xx/smdk2443_wm9710.c
> +++ b/sound/soc/s3c24xx/smdk2443_wm9710.c
> @@ -28,7 +28,7 @@ static struct snd_soc_dai_link smdk2443_dai[] = {
> {
> .name = "AC97",
> .stream_name = "AC97 HiFi",
> - .cpu_dai_name = "s3c-ac97",
> + .cpu_dai_name = "samsung-ac97",
> .codec_dai_name = "ac97-hifi",
> .codec_name = "ac97-codec",
> .platform_name = "samsung-audio",
> diff --git a/sound/soc/s3c24xx/smdk_wm9713.c
> b/sound/soc/s3c24xx/smdk_wm9713.c
> index 80f2aef..56b448d 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 = {
> .name = "AC97",
> .stream_name = "AC97 PCM",
> .platform_name = "samsung-audio",
> - .cpu_dai_name = "s3c-ac97",
> + .cpu_dai_name = "samsung-ac97",
> .codec_dai_name = "wm9713-hifi",
> .codec_name = "wm9713-codec",
> };
> --
> 1.6.2.5
next prev parent reply other threads:[~2010-11-22 7:09 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-26 1:30 [PATCHv3] ASoC: Overhaul Samsung drivers Jassi Brar
2010-10-26 1:31 ` [PATCH 01/18] ASoC: Samsung: Remove redundant AQUILA driver Jassi Brar
2010-10-26 1:32 ` [PATCH 02/18] ASoC: Samsung: Rename DMA device Jassi Brar
2010-10-26 1:33 ` [PATCH 05/18] ASoC: Samsung: Rename AC97 platform device Jassi Brar
2010-10-26 1:33 ` [PATCH 06/18] ASoC: Samsung: Rename AC97 driver Jassi Brar
2010-10-26 1:33 ` [PATCH 03/18] ARM: Samsung: Define common audio-dma device Jassi Brar
2010-10-26 1:33 ` [PATCH 04/18] ASoC: Samsung: Rename ASoC DMA driver Jassi Brar
2010-10-26 1:33 ` [PATCH 09/18] ASoC: Samsung: Rename s3c64xx I2S device Jassi Brar
2010-10-26 1:33 ` [PATCH 07/18] ASoC: Samsung: Rename PCM driver Jassi Brar
2010-10-26 1:33 ` [PATCH 08/18] ASoC: Samsung: Generalize DMA driver namespace Jassi Brar
2010-10-26 1:33 ` [PATCH 11/18] ASoC: SMARTQ: Move to use new I2S driver Jassi Brar
2010-10-26 1:33 ` [PATCH 13/18] ASoC: SMDK64XX: " Jassi Brar
2010-10-26 1:33 ` [PATCH 12/18] ASoC: GONI: " Jassi Brar
2010-10-26 1:33 ` [PATCH 10/18] ASoC: Samsung: Add common " Jassi Brar
2010-10-26 1:33 ` [PATCH 15/18] ASoC: SMDK64XX: Rename for other platforms Jassi Brar
2010-10-26 1:33 ` [PATCH 14/18] ASoC: S3C64XX: Remove obsoleted I2S drivers Jassi Brar
2010-10-26 1:33 ` [PATCH 16/18] ASoC: SMDK_WM8580: Enable for SMDKC100 Jassi Brar
2010-10-26 1:33 ` [PATCH 18/18] ASoC: Samsung: Rename from s3c24xx to samsung Jassi Brar
2010-10-26 1:33 ` [PATCH 17/18] ASoC: Samsung: Generalize Kconfig symbols Jassi Brar
2010-11-22 6:34 ` [PATCHv4] ASoC: Overhaul Samsung drivers Jassi Brar
2010-11-22 6:35 ` [PATCHv4 01/18] ASoC: Samsung: Remove redundant AQUILA driver Jassi Brar
2010-11-22 6:35 ` [PATCHv4 02/18] ASoC: Samsung: Rename DMA device Jassi Brar
2010-11-22 7:05 ` Kukjin Kim
2010-11-22 6:35 ` [PATCHv4 03/18] ARM: Samsung: Define common audio-dma device Jassi Brar
2010-11-22 7:07 ` Kukjin Kim
2010-11-22 6:35 ` [PATCHv4 04/18] ASoC: Samsung: Rename ASoC DMA driver Jassi Brar
2010-11-22 6:36 ` [PATCHv4 05/18] ASoC: Samsung: Rename AC97 platform device Jassi Brar
2010-11-22 7:09 ` Kukjin Kim [this message]
2010-11-22 6:36 ` [PATCHv4 06/18] ASoC: Samsung: Rename AC97 driver Jassi Brar
2010-11-22 6:36 ` [PATCHv4 07/18] ASoC: Samsung: Rename PCM driver Jassi Brar
2010-11-22 6:36 ` [PATCHv4 08/18] ASoC: Samsung: Generalize DMA driver namespace Jassi Brar
2010-11-22 6:36 ` [PATCHv4 09/18] ASoC: Samsung: Rename s3c64xx I2S device Jassi Brar
2010-11-22 6:36 ` [PATCHv4 10/18] ASoC: Samsung: Add common I2S driver Jassi Brar
2010-11-22 6:37 ` [PATCHv4 11/18] ASoC: SMARTQ: Move to use new " Jassi Brar
2010-11-22 6:37 ` [PATCHv4 12/18] ASoC: GONI: " Jassi Brar
2010-11-22 6:37 ` [PATCHv4 13/18] ASoC: SMDK64XX: " Jassi Brar
2010-11-22 6:37 ` [PATCHv4 14/18] ASoC: S3C64XX: Remove obsoleted I2S drivers Jassi Brar
2010-11-22 6:37 ` [PATCHv4 15/18] ASoC: SMDK64XX: Rename for other platforms Jassi Brar
2010-11-22 6:37 ` [PATCHv4 16/18] ASoC: SMDK_WM8580: Enable for SMDKC100 Jassi Brar
2010-11-22 7:13 ` Kukjin Kim
2010-11-22 6:37 ` [PATCHv4 17/18] ASoC: Samsung: Generalize Kconfig symbols Jassi Brar
2010-11-23 14:12 ` Mark Brown
2010-11-23 14:16 ` Jassi Brar
2010-11-23 14:25 ` Mark Brown
2010-11-22 6:37 ` [PATCHv4 18/18] ASoC: Samsung: Rename from s3c24xx to samsung Jassi Brar
2010-11-23 14:23 ` [PATCHv4] ASoC: Overhaul Samsung drivers Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='001801cb8a14$46dd7a50$d4986ef0$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=alsa-devel@alsa-project.org \
--cc=ben-linux@fluff.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=jassi.brar@samsung.com \
--cc=jassisinghbrar@gmail.com \
--cc=june.bae@samsung.com \
--cc=lrg@slimlogic.co.uk \
--cc=sw.youn@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).