diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-04 10:33:45 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-04 10:59:10 -0400 |
commit | fc9a30e85e4a9df7e692eda45b8484fc028238f0 (patch) | |
tree | a8db269f0147ab387fd66a0ff751039fd54b640d /sound/soc/codecs | |
parent | 5c7b4a08b7f3ce49756b79386dcdad5a2a21ccb6 (diff) |
ASoC: tlv320aic23: Remove driver-specific version number
It's never been updated since the driver was merged.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/tlv320aic23.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/tlv320aic23.c b/sound/soc/codecs/tlv320aic23.c index 16d55f91a653..b0cafd32c684 100644 --- a/sound/soc/codecs/tlv320aic23.c +++ b/sound/soc/codecs/tlv320aic23.c | |||
@@ -34,8 +34,6 @@ | |||
34 | 34 | ||
35 | #include "tlv320aic23.h" | 35 | #include "tlv320aic23.h" |
36 | 36 | ||
37 | #define AIC23_VERSION "0.1" | ||
38 | |||
39 | /* | 37 | /* |
40 | * AIC23 register cache | 38 | * AIC23 register cache |
41 | */ | 39 | */ |
@@ -548,8 +546,6 @@ static int tlv320aic23_probe(struct snd_soc_codec *codec) | |||
548 | struct aic23 *aic23 = snd_soc_codec_get_drvdata(codec); | 546 | struct aic23 *aic23 = snd_soc_codec_get_drvdata(codec); |
549 | int ret; | 547 | int ret; |
550 | 548 | ||
551 | printk(KERN_INFO "AIC23 Audio Codec %s\n", AIC23_VERSION); | ||
552 | |||
553 | ret = snd_soc_codec_set_cache_io(codec, 7, 9, aic23->control_type); | 549 | ret = snd_soc_codec_set_cache_io(codec, 7, 9, aic23->control_type); |
554 | if (ret < 0) { | 550 | if (ret < 0) { |
555 | dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret); | 551 | dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret); |