aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/cs42l52.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c
index 56c5611fa752..8b427c977083 100644
--- a/sound/soc/codecs/cs42l52.c
+++ b/sound/soc/codecs/cs42l52.c
@@ -1223,6 +1223,9 @@ static int cs42l52_i2c_probe(struct i2c_client *i2c_client,
1223 return ret; 1223 return ret;
1224 } 1224 }
1225 1225
1226 dev_info(&i2c_client->dev, "Cirrus Logic CS42L52, Revision: %02X\n",
1227 reg & 0xFF);
1228
1226 /* Set Platform Data */ 1229 /* Set Platform Data */
1227 if (cs42l52->pdata.mica_cfg) 1230 if (cs42l52->pdata.mica_cfg)
1228 regmap_update_bits(cs42l52->regmap, CS42L52_MICA_CTL, 1231 regmap_update_bits(cs42l52->regmap, CS42L52_MICA_CTL,