diff options
-rw-r--r-- | sound/soc/codecs/ak4642.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index c887ddf1061e..30ce3d660d9e 100644 --- a/sound/soc/codecs/ak4642.c +++ b/sound/soc/codecs/ak4642.c | |||
@@ -32,8 +32,6 @@ | |||
32 | #include <sound/initval.h> | 32 | #include <sound/initval.h> |
33 | #include <sound/tlv.h> | 33 | #include <sound/tlv.h> |
34 | 34 | ||
35 | #define AK4642_VERSION "0.0.1" | ||
36 | |||
37 | #define PW_MGMT1 0x00 | 35 | #define PW_MGMT1 0x00 |
38 | #define PW_MGMT2 0x01 | 36 | #define PW_MGMT2 0x01 |
39 | #define SG_SL1 0x02 | 37 | #define SG_SL1 0x02 |
@@ -473,8 +471,6 @@ static int ak4642_probe(struct snd_soc_codec *codec) | |||
473 | struct ak4642_priv *ak4642 = snd_soc_codec_get_drvdata(codec); | 471 | struct ak4642_priv *ak4642 = snd_soc_codec_get_drvdata(codec); |
474 | int ret; | 472 | int ret; |
475 | 473 | ||
476 | dev_info(codec->dev, "AK4642 Audio Codec %s", AK4642_VERSION); | ||
477 | |||
478 | ret = snd_soc_codec_set_cache_io(codec, 8, 8, ak4642->control_type); | 474 | ret = snd_soc_codec_set_cache_io(codec, 8, 8, ak4642->control_type); |
479 | if (ret < 0) { | 475 | if (ret < 0) { |
480 | dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret); | 476 | dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret); |