* [PATCH 3/3] ASoC: Samsung: Debug PCM platform device name
@ 2010-09-10 7:41 Jassi Brar
2010-09-10 11:19 ` Liam Girdwood
2010-09-10 11:38 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Jassi Brar @ 2010-09-10 7:41 UTC (permalink / raw)
To: alsa-devel; +Cc: sw.youn, broonie, Jassi Brar, lrg
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");
--
1.6.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 3/3] ASoC: Samsung: Debug PCM platform device name
2010-09-10 7:41 [PATCH 3/3] ASoC: Samsung: Debug PCM platform device name Jassi Brar
@ 2010-09-10 11:19 ` Liam Girdwood
2010-09-10 11:38 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-09-10 11:19 UTC (permalink / raw)
To: Jassi Brar; +Cc: alsa-devel, broonie, Jassi Brar, sw.youn
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 3/3] ASoC: Samsung: Debug PCM platform device name
2010-09-10 7:41 [PATCH 3/3] ASoC: Samsung: Debug PCM platform device name Jassi Brar
2010-09-10 11:19 ` Liam Girdwood
@ 2010-09-10 11:38 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-09-10 11:38 UTC (permalink / raw)
To: Jassi Brar; +Cc: alsa-devel, sw.youn, Jassi Brar, lrg
On Fri, Sep 10, 2010 at 04:41:17PM +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>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-10 11:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-10 7:41 [PATCH 3/3] ASoC: Samsung: Debug PCM platform device name Jassi Brar
2010-09-10 11:19 ` Liam Girdwood
2010-09-10 11:38 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox