alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: SSM2602: fix codec name
@ 2011-03-27  4:44 Mike Frysinger
  2011-03-27  4:44 ` [PATCH] ASoC: ad73311: " Mike Frysinger
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mike Frysinger @ 2011-03-27  4:44 UTC (permalink / raw)
  To: alsa-devel, Liam Girdwood, Mark Brown; +Cc: device-drivers-devel

The codec name should not have a "-codec" suffix since this is not part of
a MFD.  This was incorrectly changed during the multi-component updated.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 sound/soc/codecs/ssm2602.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/ssm2602.c b/sound/soc/codecs/ssm2602.c
index 2727bef..5a5a6b1 100644
--- a/sound/soc/codecs/ssm2602.c
+++ b/sound/soc/codecs/ssm2602.c
@@ -651,7 +651,7 @@ MODULE_DEVICE_TABLE(i2c, ssm2602_i2c_id);
 /* corgi i2c codec control layer */
 static struct i2c_driver ssm2602_i2c_driver = {
 	.driver = {
-		.name = "ssm2602-codec",
+		.name = "ssm2602",
 		.owner = THIS_MODULE,
 	},
 	.probe = ssm2602_i2c_probe,
-- 
1.7.4.1

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

end of thread, other threads:[~2011-03-29 22:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-27  4:44 [PATCH] ASoC: SSM2602: fix codec name Mike Frysinger
2011-03-27  4:44 ` [PATCH] ASoC: ad73311: " Mike Frysinger
2011-03-29 20:26   ` Liam Girdwood
2011-03-27  4:44 ` [PATCH] ASoC: ad193x: " Mike Frysinger
2011-03-27  4:44 ` [PATCH] ASoC: ad1980: " Mike Frysinger
2011-03-29 20:26 ` [PATCH] ASoC: SSM2602: " Liam Girdwood
2011-03-29 22:18 ` 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).