alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: smdk_wm8994: Make driver name more unique
@ 2013-07-27 11:53 Mark Brown
  2013-07-27 11:53 ` [PATCH 2/3] ASoC: smdk_wm8994: Configure DAI format at init time Mark Brown
  2013-07-27 11:53 ` [PATCH 3/3] ASoC: smdk_wm8994: Configure the MCLK1 rate based on the board Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2013-07-27 11:53 UTC (permalink / raw)
  To: Kukjin Kim, Sangbeom Kim, Liam Girdwood
  Cc: linux-samsung-soc, alsa-devel, Mark Brown

From: Mark Brown <broonie@linaro.org>

Avoid collisions with other SMDK audio by using the CODEC name.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 sound/soc/samsung/smdk_wm8994.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/samsung/smdk_wm8994.c b/sound/soc/samsung/smdk_wm8994.c
index 581ea4a..05c479c 100644
--- a/sound/soc/samsung/smdk_wm8994.c
+++ b/sound/soc/samsung/smdk_wm8994.c
@@ -200,7 +200,7 @@ MODULE_DEVICE_TABLE(of, samsung_wm8994_of_match);
 
 static struct platform_driver smdk_audio_driver = {
 	.driver		= {
-		.name	= "smdk-audio",
+		.name	= "smdk-audio-wm8894",
 		.owner	= THIS_MODULE,
 		.of_match_table = of_match_ptr(samsung_wm8994_of_match),
 	},
@@ -212,4 +212,4 @@ module_platform_driver(smdk_audio_driver);
 
 MODULE_DESCRIPTION("ALSA SoC SMDK WM8994");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:smdk-audio");
+MODULE_ALIAS("platform:smdk-audio-wm8994");
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-27 11:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-27 11:53 [PATCH 1/3] ASoC: smdk_wm8994: Make driver name more unique Mark Brown
2013-07-27 11:53 ` [PATCH 2/3] ASoC: smdk_wm8994: Configure DAI format at init time Mark Brown
2013-07-27 11:53 ` [PATCH 3/3] ASoC: smdk_wm8994: Configure the MCLK1 rate based on the board Mark Brown

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).