All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Jassi Brar <jassisinghbrar@gmail.com>
Cc: alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com,
	Jassi Brar <jassi.brar@samsung.com>,
	sw.youn@samsung.com
Subject: Re: [PATCH 3/3] ASoC: Samsung: Debug PCM platform device name
Date: Fri, 10 Sep 2010 12:19:11 +0100	[thread overview]
Message-ID: <1284117551.3088.228.camel@odin> (raw)
In-Reply-To: <1284104477-18493-1-git-send-email-jassisinghbrar@gmail.com>

On Fri, 2010-09-10 at 16:41 +0900, Jassi Brar wrote:
> From: Jassi Brar <jassi.brar@samsung.com>
> 
> The PCM controller platform devices are registered by the
> name 'samsung-pcm', so use the same in the CPU driver.
> 
> Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
> ---
>  sound/soc/s3c24xx/s3c-pcm.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/soc/s3c24xx/s3c-pcm.c b/sound/soc/s3c24xx/s3c-pcm.c
> index d404f80..6e9139f 100644
> --- a/sound/soc/s3c24xx/s3c-pcm.c
> +++ b/sound/soc/s3c24xx/s3c-pcm.c
> @@ -525,7 +525,7 @@ static struct platform_driver s3c_pcm_driver = {
>  	.probe  = s3c_pcm_dev_probe,
>  	.remove = s3c_pcm_dev_remove,
>  	.driver = {
> -		.name = "samsung-pcm-audio",
> +		.name = "samsung-pcm",
>  		.owner = THIS_MODULE,
>  	},
>  };
> @@ -546,4 +546,4 @@ module_exit(s3c_pcm_exit);
>  MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>");
>  MODULE_DESCRIPTION("S3C PCM Controller Driver");
>  MODULE_LICENSE("GPL");
> -MODULE_ALIAS("platform:samsung-pcm-audio");
> +MODULE_ALIAS("platform:samsung-pcm");

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

  reply	other threads:[~2010-09-10 11:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-10  7:41 [PATCH 3/3] ASoC: Samsung: Debug PCM platform device name Jassi Brar
2010-09-10 11:19 ` Liam Girdwood [this message]
2010-09-10 11:38 ` 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=1284117551.3088.228.camel@odin \
    --to=lrg@slimlogic.co.uk \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=jassi.brar@samsung.com \
    --cc=jassisinghbrar@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.