Skip to content

Commit

Permalink
ASoC: tlv320aic23: Remove driver-specific version number
Browse files Browse the repository at this point in the history
It's never been updated since the driver was merged.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Apr 4, 2012
1 parent 5c7b4a0 commit fc9a30e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/tlv320aic23.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@

#include "tlv320aic23.h"

#define AIC23_VERSION "0.1"

/*
* AIC23 register cache
*/
Expand Down Expand Up @@ -548,8 +546,6 @@ static int tlv320aic23_probe(struct snd_soc_codec *codec)
struct aic23 *aic23 = snd_soc_codec_get_drvdata(codec);
int ret;

printk(KERN_INFO "AIC23 Audio Codec %s\n", AIC23_VERSION);

ret = snd_soc_codec_set_cache_io(codec, 7, 9, aic23->control_type);
if (ret < 0) {
dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);
Expand Down

0 comments on commit fc9a30e

Please sign in to comment.