[alsa-devel] [PATCH v2] ASoC: max9867: Drop probe function

Ladislav Michl ladis at linux-mips.org
Thu Mar 1 22:57:01 CET 2018


Driver probe function has no use and can be deleted.

Signed-off-by: Ladislav Michl <ladis at linux-mips.org>
---
 Changes:
 - v2: Rebased against Mark's current tree
 
 Mark,

 is this what you asked for? It does not make much sense to me
 as you have to redo the work I wanted to save you...

 sound/soc/codecs/max9867.c | 10 ----------
 sound/soc/codecs/max9867.h |  1 -
 2 files changed, 11 deletions(-)

diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c
index 2f60924fe919..6b128dd6c5dd 100644
--- a/sound/soc/codecs/max9867.c
+++ b/sound/soc/codecs/max9867.c
@@ -404,17 +404,7 @@ static int max9867_resume(struct device *dev)
 }
 #endif
 
-static int max9867_probe(struct snd_soc_codec *codec)
-{
-	struct max9867_priv *max9867 = snd_soc_codec_get_drvdata(codec);
-
-	dev_dbg(codec->dev, "max98090_probe\n");
-	max9867->codec = codec;
-	return 0;
-}
-
 static const struct snd_soc_codec_driver max9867_codec = {
-	.probe = max9867_probe,
 	.component_driver = {
 		.controls		= max9867_snd_controls,
 		.num_controls		= ARRAY_SIZE(max9867_snd_controls),
diff --git a/sound/soc/codecs/max9867.h b/sound/soc/codecs/max9867.h
index 65590b4ad62a..55cd9976ff47 100644
--- a/sound/soc/codecs/max9867.h
+++ b/sound/soc/codecs/max9867.h
@@ -75,7 +75,6 @@
 /* codec private data */
 struct max9867_priv {
 	struct regmap *regmap;
-	struct snd_soc_codec *codec;
 	unsigned int sysclk;
 	unsigned int pclk;
 	unsigned int master;
-- 
2.16.2



More information about the Alsa-devel mailing list