From a70891cf3a9a9ba9d325b32451a2bc86d23342fc Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 25 Apr 2012 11:42:47 +0200 Subject: [PATCH] --- yaml --- r: 305658 b: refs/heads/master c: d86a11d68c309a7eaf0a5aa8b5e143eea16dc09d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/ssm2602.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index c3e873f77026..529d46cd3021 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8b3f39dab5e126fe5215871fe6fc4ae358ca7680 +refs/heads/master: d86a11d68c309a7eaf0a5aa8b5e143eea16dc09d diff --git a/trunk/sound/soc/codecs/ssm2602.c b/trunk/sound/soc/codecs/ssm2602.c index dcedd7442ec7..aef8a496e2d9 100644 --- a/trunk/sound/soc/codecs/ssm2602.c +++ b/trunk/sound/soc/codecs/ssm2602.c @@ -43,8 +43,6 @@ #include "ssm2602.h" -#define SSM2602_VERSION "0.1" - enum ssm2602_type { SSM2602, SSM2604, @@ -608,8 +606,6 @@ static int ssm260x_probe(struct snd_soc_codec *codec) struct ssm2602_priv *ssm2602 = snd_soc_codec_get_drvdata(codec); int ret; - pr_info("ssm2602 Audio Codec %s", SSM2602_VERSION); - ret = snd_soc_codec_set_cache_io(codec, 7, 9, ssm2602->control_type); if (ret < 0) { dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);