diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-27 12:11:46 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-27 12:23:46 +0000 |
commit | 679acec1f240b433dc3879714655b6c6452385ea (patch) | |
tree | bf2159981a613c14dd23cae5028529e2cd7590ef /sound/soc/codecs | |
parent | beda5bf575a93823289fbeb868b42e75e9f08d96 (diff) | |
download | blackbird-op-linux-679acec1f240b433dc3879714655b6c6452385ea.tar.gz blackbird-op-linux-679acec1f240b433dc3879714655b6c6452385ea.zip |
ASoC: Remove driver versioning from ak4642
It's never been updated so it can't be that useful and it makes the
driver needlessly chatty.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-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 @@ #include <sound/initval.h> #include <sound/tlv.h> -#define AK4642_VERSION "0.0.1" - #define PW_MGMT1 0x00 #define PW_MGMT2 0x01 #define SG_SL1 0x02 @@ -473,8 +471,6 @@ static int ak4642_probe(struct snd_soc_codec *codec) struct ak4642_priv *ak4642 = snd_soc_codec_get_drvdata(codec); int ret; - dev_info(codec->dev, "AK4642 Audio Codec %s", AK4642_VERSION); - ret = snd_soc_codec_set_cache_io(codec, 8, 8, ak4642->control_type); if (ret < 0) { dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret); |