alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: cs42l73: Convert to module_i2c_driver()
@ 2012-05-09 17:14 Brian Austin
  2012-05-09 17:14 ` [PATCH 2/3] ASoC: cs42l73: Remove Chip ID's from reg_default Brian Austin
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Brian Austin @ 2012-05-09 17:14 UTC (permalink / raw)
  To: alsa-devel; +Cc: Brian Austin, broonie, lrg

Signed-off-by: Brian Austin <brian.austin@cirrus.com>
---
 sound/soc/codecs/cs42l73.c |   20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c
index a94e1e9..60b7f53 100644
--- a/sound/soc/codecs/cs42l73.c
+++ b/sound/soc/codecs/cs42l73.c
@@ -1428,25 +1428,7 @@ static struct i2c_driver cs42l73_i2c_driver = {
 
 };
 
-static int __init cs42l73_modinit(void)
-{
-	int ret;
-	ret = i2c_add_driver(&cs42l73_i2c_driver);
-	if (ret != 0) {
-		pr_err("Failed to register CS42L73 I2C driver: %d\n", ret);
-		return ret;
-	}
-	return 0;
-}
-
-module_init(cs42l73_modinit);
-
-static void __exit cs42l73_exit(void)
-{
-	i2c_del_driver(&cs42l73_i2c_driver);
-}
-
-module_exit(cs42l73_exit);
+module_i2c_driver(cs42l73_i2c_driver);
 
 MODULE_DESCRIPTION("ASoC CS42L73 driver");
 MODULE_AUTHOR("Georgi Vlaev, Nucleus Systems Ltd, <joe@nucleusys.com>");
-- 
1.7.10

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

end of thread, other threads:[~2012-05-09 17:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 17:14 [PATCH 1/3] ASoC: cs42l73: Convert to module_i2c_driver() Brian Austin
2012-05-09 17:14 ` [PATCH 2/3] ASoC: cs42l73: Remove Chip ID's from reg_default Brian Austin
2012-05-09 17:20   ` Mark Brown
2012-05-09 17:14 ` [PATCH 3/3] ASoC: cs42l73: Use DAPM routes to hook AIF widgets to DAI's Brian Austin
2012-05-09 17:18   ` Brian Austin
2012-05-09 17:18   ` Mark Brown
2012-05-09 17:20     ` Brian Austin
2012-05-09 17:29       ` Mark Brown
2012-05-09 17:20 ` [PATCH 1/3] ASoC: cs42l73: Convert to module_i2c_driver() 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).