Skip to content

Commit

Permalink
ASoC: ak4535: Remove bitrotted driver version
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 17, 2012
1 parent b08c576 commit 7e11a53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/ak4535.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

#include "ak4535.h"

#define AK4535_VERSION "0.3"

/* codec private data */
struct ak4535_priv {
unsigned int sysclk;
Expand Down Expand Up @@ -372,8 +370,6 @@ static int ak4535_probe(struct snd_soc_codec *codec)
struct ak4535_priv *ak4535 = snd_soc_codec_get_drvdata(codec);
int ret;

printk(KERN_INFO "AK4535 Audio Codec %s", AK4535_VERSION);

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

0 comments on commit 7e11a53

Please sign in to comment.