From 774d73df5afe3381d850e8466c040391a511ea44 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Thu, 20 Oct 2011 11:00:06 +0800 Subject: [PATCH] --- yaml --- r: 270907 b: refs/heads/master c: 6765ff778e8f887e518504bebfdd10b5db5c800d h: refs/heads/master i: 270905: 8def6b0942a2feaf6a7ecd2768f85215287645fe 270903: c6f59ee9206a1982469691e140907a1e5a8b3304 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/rt5631.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3b347ece320e..1010f8b94466 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f96c255df75782c97dca8e2529bc09cb80425fe7 +refs/heads/master: 6765ff778e8f887e518504bebfdd10b5db5c800d diff --git a/trunk/sound/soc/codecs/rt5631.c b/trunk/sound/soc/codecs/rt5631.c index 86e69f46199f..27a078cbb6eb 100644 --- a/trunk/sound/soc/codecs/rt5631.c +++ b/trunk/sound/soc/codecs/rt5631.c @@ -31,7 +31,6 @@ #include "rt5631.h" struct rt5631_priv { - struct snd_soc_codec *codec; int codec_version; int master; int sysclk; @@ -1632,7 +1631,6 @@ static int rt5631_probe(struct snd_soc_codec *codec) } codec->dapm.bias_level = SND_SOC_BIAS_STANDBY; - rt5631->codec = codec; return 0; }