alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ASoC: ak4535: Remove -codec from driver name
@ 2012-02-17  7:04 Mark Brown
  2012-02-17  7:04 ` [PATCH 2/4] ASoC: ak4535: Make I2C usage unconditional Mark Brown
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mark Brown @ 2012-02-17  7:04 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel, Mark Brown

Redundant, the device is only a CODEC.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/ak4535.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/ak4535.c b/sound/soc/codecs/ak4535.c
index dd15516..29d4dec 100644
--- a/sound/soc/codecs/ak4535.c
+++ b/sound/soc/codecs/ak4535.c
@@ -443,7 +443,7 @@ MODULE_DEVICE_TABLE(i2c, ak4535_i2c_id);
 
 static struct i2c_driver ak4535_i2c_driver = {
 	.driver = {
-		.name = "ak4535-codec",
+		.name = "ak4535",
 		.owner = THIS_MODULE,
 	},
 	.probe =    ak4535_i2c_probe,
-- 
1.7.9.rc1

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

end of thread, other threads:[~2012-02-17  7:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17  7:04 [PATCH 1/4] ASoC: ak4535: Remove -codec from driver name Mark Brown
2012-02-17  7:04 ` [PATCH 2/4] ASoC: ak4535: Make I2C usage unconditional Mark Brown
2012-02-17  7:04 ` [PATCH 3/4] ASoC: ak4535: Remove bitrotted driver version Mark Brown
2012-02-17  7:04 ` [PATCH 4/4] ASoC: ak4535: Convert to direct regmap API usage 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).